guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: 02/02: gnu: guix: Update development snapshot.
Date: Tue, 18 Apr 2017 17:45:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 05afdb7744bd0ef6b1e5df7498f02926fd480e9f
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 18 23:44:09 2017 +0200

    gnu: guix: Update development snapshot.
    
    * gnu/packages/package-management.scm (guix-devel): Update to d72b420.
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index d4f83d3..daa1a82 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -224,9 +224,9 @@ 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 "aabece2ef8f87c35ceb3678f39fcfd244b15bb0f"))
+  (let ((commit "d72b42064b3cdeca7adbf13cce00faff5b61472a"))
     (package (inherit guix-0.12.0)
-      (version (string-append "0.12.0-7." (string-take commit 4)))
+      (version (string-append "0.12.0-8." (string-take commit 4)))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -236,7 +236,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0n8rrwwax9g6i38vq4y2xwb30irkv4c53mqcm5hqv78rb33x8z1l"))
+                  "00sz79hn8dc95hl34d4kg6xyf1jwn89fddqb82sllsdf4v05nlgn"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.12.0)



reply via email to

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