guix-commits
[Top][All Lists]
Advanced

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

branch wip-hurd-vm updated: HACK gnu: guix: Bump to 09844816c77caaa60f41


From: guix-commits
Subject: branch wip-hurd-vm updated: HACK gnu: guix: Bump to 09844816c77caaa60f4149f99a34733966724627.
Date: Tue, 07 Apr 2020 18:25:37 -0400

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

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

The following commit(s) were added to refs/heads/wip-hurd-vm by this push:
     new e0a45c1  HACK gnu: guix: Bump to 
09844816c77caaa60f4149f99a34733966724627.
e0a45c1 is described below

commit e0a45c1342228fccb5f8bcd3e912ede603e1d91f
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Wed Apr 8 00:14:43 2020 +0200

    HACK gnu: guix: Bump to 09844816c77caaa60f4149f99a34733966724627.
    
    We need a guix based on core-updates, that supports the Hurd.
    Bumping to a much newer version: wip-hurd-vm~15, just before
    
        9ae76b7b83 DRAFT daemon: Create wrapper for mount (2).
    
    which would be nice to try on the Hurd, but does not build.
    
    * gnu/packages/package-management.scm (guix): Use 1.0.1-16-hurd.
---
 gnu/packages/package-management.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index f17b44e..da373f0 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -113,14 +113,14 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.0.1")
-        (commit "09844816c77caaa60f4149f99a34733966724627")
-        (revision 15))
+        (commit "f63bf4ba490de06183ce08de5f9b570db07f3647")
+        (revision 16))
     (package
       (name "guix")
 
       (version (if (zero? revision)
                    version
-                   (string-append version "-"
+                   (string-append version "-hurd-"
                                   (number->string revision)
                                   "." (string-take commit 7))))
       (source (origin
@@ -130,7 +130,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1fciffls6cw9zz13vig5x37r73qxc0irzyh0caimciddlksvabf7"))
+                  "0gvg21z6pdnadd8cqvgwa729977dlisw0r6q70whczf0738in27c"))
                 (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]