guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guix: Update to 1.3.0-3.50dfbbf.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.3.0-3.50dfbbf.
Date: Tue, 01 Jun 2021 05:04:59 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fd0650e  gnu: guix: Update to 1.3.0-3.50dfbbf.
fd0650e is described below

commit fd0650eebe33d2ffcded9cd4a66f5e80232d8cd6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 1 11:03:45 2021 +0200

    gnu: guix: Update to 1.3.0-3.50dfbbf.
    
    * gnu/packages/package-management.scm (guix): Update to 1.3.0-3.50dfbbf.
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 6a3ef66..d3d9f87 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -132,8 +132,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "9f2b2c432b834c8057ce2f4119599d36197bc063")
-        (revision 2))
+        (commit "50dfbbf8ef52111067071c788e19fc21d54c40d6")
+        (revision 3))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "09w6b4hqcxaj6x1q6m1q8vlp4dyk6anfv8p6mfwmpqis81cspphn"))
+                  "128608qyza3p769h7awp183c2mi9gdx2b1xidvmjilfkphlg1lyi"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]