guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guix: Update development snapshot.


From: Ludovic Courtès
Subject: 01/01: gnu: guix: Update development snapshot.
Date: Fri, 25 Sep 2015 16:12:52 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 791076cc91daf58728c833caafff6ab3822e2949
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 25 18:11:37 2015 +0200

    gnu: guix: Update development snapshot.
    
    * gnu/packages/package-management.scm (guix-devel): Update to abbe2c6.
---
 gnu/packages/package-management.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index f7af1a3..8fbe5b3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -176,7 +176,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 "5d09263"))
+  (let ((commit "abbe2c6"))
     (package (inherit guix-0.8.3)
       (version (string-append "0.8.3." commit))
       (source (origin
@@ -186,7 +186,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0v5g90di91j218x620shib7xjrjd5dkk4h1zrlg98hdmbgxq5s3j"))
+                  "1zgjj5knpz3qbbqdjm4yh436bzfgasc6p0k3xnx58hfjd88mdsga"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.8.3)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]