gnu: guix: Update development snapshot.
authorLudovic Courtès <ludo@gnu.org>
Thu, 10 Nov 2016 12:06:42 +0000 (13:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 10 Nov 2016 17:01:44 +0000 (18:01 +0100)
* gnu/packages/package-management.scm (guix-devel): Update to commit
324a2ba56c2f4c0d91567ed08024ae2c492f3b23.

gnu/packages/package-management.scm

index f5e6d00..8785623 100644 (file)
@@ -222,7 +222,7 @@ the Nix package manager.")
   ;;
   ;; Note: use a very short commit id; with a longer one, the limit on
   ;; hash-bang lines would be exceeded while running the tests.
-  (let ((commit "4420940f20a2f36f29519f686bca7b85be6be5c9"))
+  (let ((commit "324a2ba56c2f4c0d91567ed08024ae2c492f3b23"))
     (package (inherit guix-0.11.0)
       (version (string-append "0.11.0-1." (string-take commit 4)))
       (source (origin
@@ -234,7 +234,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "1c1rqsfc4vrclkk03aj1m8r1lzk9pfa61ax9hhhj5nw23bilsixc"))
+                  "17m8q4xhfwkqx78cwsszi6q1dh4g88rd089a930j784xm6n5zg5n"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.11.0)