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-11.f743f20.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.3.0-11.f743f20.
Date: Tue, 05 Oct 2021 15:33:45 -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 a9075d3  gnu: guix: Update to 1.3.0-11.f743f20.
a9075d3 is described below

commit a9075d332d3a5ab16ef6378ae42e768028c4238c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Oct 5 19:33:15 2021 +0000

    gnu: guix: Update to 1.3.0-11.f743f20.
    
    * gnu/packages/package-management.scm (guix): Update to 1.3.0-11.f743f20.
---
 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 824f55a..607555b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -142,8 +142,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "5fec14807f027e62e1c74f8d15ce8b97fed54e58")
-        (revision 8))
+        (commit "f743f2046be2c5a338ab871ae8666d8f6de7440b")
+        (revision 9))
     (package
       (name "guix")
 
@@ -159,7 +159,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "15xpqqldzc2bd8191m3apg67q0abhphaa1cfm6mhf4zd50smycpv"))
+                  "0sk8vhvivh3r4jws2gyq02wdvwz2qds53b0vc4k04dx8vwidmid9"))
                 (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]