summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-20 14:14:51 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-20 14:14:51 +0200
commitb56724ec5ff996053e0ae3d7ca476fc34f67b097 (patch)
tree28c5b6d8f0d1392090293abec684b5cf03239b24
parent72cd8ec0b1465ddf5465bc2d75b3ca343aad99dd (diff)
downloadguix-b56724ec5ff996053e0ae3d7ca476fc34f67b097.tar.gz
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
-rw-r--r--gnu/packages/package-management.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index a61a079642..b8efab8ffb 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -165,7 +165,7 @@ the Nix package manager.")
   ;;
   ;; Note: use a short commit id; when using the long one, the limit on socket
   ;; file names is exceeded while running the tests.
-  (let ((commit "dd91141"))
+  (let ((commit "72cd8ec"))
     (package (inherit guix-0.8.2)
       (version (string-append "0.8.2." commit))
       (source (origin
@@ -175,7 +175,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "05rgz1kkxjsc07asvwrf6gpjc8blpvs5ipbby4kvjjq6j0g2bgxa"))
+                  "0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.8.2)