guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: 01/02: gnu: guix: Update development snapshot.
Date: Sun, 24 Apr 2016 21:48:55 +0000

civodul pushed a commit to branch master
in repository guix.

commit ae2018968186018c1331fde983b7078c0e6e4ca2
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 24 23:46:06 2016 +0200

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

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 46ebde8..0a765cd 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -203,7 +203,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 "761139354798303c605964b896c250a01486b00a"))
+  (let ((commit "80627f51f0238b9450745f4e642172d059ca5bb5"))
     (package (inherit guix-0.10.0)
       (version (string-append "0.10.0-0." (string-take commit 4)))
       (source (origin
@@ -213,7 +213,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "1wvy9kms3v6k7cybw6489mqk161lv8d03qgmmxbmdgiwjmjxbzbn"))
+                  "102gdbx5imx0zab7i5dwa1z9j1diblinaaja09dp3q30770iyxj9"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.10.0)



reply via email to

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