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.2.0-15.f8953be.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.2.0-15.f8953be.
Date: Wed, 10 Mar 2021 09:00:27 -0500

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 6bed29b  gnu: guix: Update to 1.2.0-15.f8953be.
6bed29b is described below

commit 6bed29b79846077aa525ccd6b8a022a6513201df
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Mar 10 14:25:05 2021 +0100

    gnu: guix: Update to 1.2.0-15.f8953be.
    
    * gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be.
---
 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 4c12e85..60aa3f8 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.2.0")
-        (commit "112692c0d546d35cd67c5dc70dbd1dc609b18f64")
-        (revision 14))
+        (commit "f8953bea858f894b406eed4a0aca0cd4c4d8671d")
+        (revision 15))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "081m6zcgscmh3xbz1wrm7bjwj5d1fnwd8w89qbmd8z44a1iknf49"))
+                  "0m4mdg7fnn8vji2mk7ycaqrwwmh9gdwq3xli1fwbcn0ygj4cxlc6"))
                 (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]