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-16.10ceb3e.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.3.0-16.10ceb3e.
Date: Fri, 17 Dec 2021 22:54:27 -0500

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 556f730  gnu: guix: Update to 1.3.0-16.10ceb3e.
556f730 is described below

commit 556f7302d0d89a5709035aa7a358e545e949a38a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 04:12:12 2021 +0100

    gnu: guix: Update to 1.3.0-16.10ceb3e.
    
    This follows up on commit a526f7336c5f088a7cc03155df0cee95b14e2509.
    
    * gnu/packages/package-management.scm (guix): Update to 1.3.0-16.10ceb3e.
---
 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 1cedd78..12736c6 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -147,8 +147,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "f98edfa8160c9797ab69f18264cb15ffe537d094")
-        (revision 15))
+        (commit "10ceb3e84654e024f14a4b048e7d68492ed9dc7c")
+        (revision 16))
     (package
       (name "guix")
 
@@ -164,7 +164,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "02v717013722jrj1a3mwm4iz0bbz6613mpla6pgr085531yxzwj4"))
+                  "13gdj1fdjx4i0ylijv3qz5q0mmf4wbdhayifxrhzh2ng9idqhd0j"))
                 (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]