guix-commits
[Top][All Lists]
Advanced

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

branch wip-bordeaux updated: gnu: guix: Update to 1.3.0-4.953a508.


From: guix-commits
Subject: branch wip-bordeaux updated: gnu: guix: Update to 1.3.0-4.953a508.
Date: Sun, 13 Jun 2021 16:26:42 -0400

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

cbaines pushed a commit to branch wip-bordeaux
in repository guix.

The following commit(s) were added to refs/heads/wip-bordeaux by this push:
     new ecb2ddb  gnu: guix: Update to 1.3.0-4.953a508.
ecb2ddb is described below

commit ecb2ddb67b4cb318cbe94a0bfd73510f0ae3bec6
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jun 13 21:24:50 2021 +0100

    gnu: guix: Update to 1.3.0-4.953a508.
    
    * gnu/packages/package-management.scm (guix): Update to 1.3.0-4.953a508.
---
 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 e2a944b..d18562d 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 "50dfbbf8ef52111067071c788e19fc21d54c40d6")
-        (revision 3))
+        (commit "953a5085d0670c828a620c7fb506c4d114df37d0")
+        (revision 4))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "128608qyza3p769h7awp183c2mi9gdx2b1xidvmjilfkphlg1lyi"))
+                  "1jrvg4pk4aw8p6yf4rjj4zjdh40bpd5f53wrkzw1sk6z7w93zx4y"))
                 (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]