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: Wed, 3 Aug 2016 10:49:51 +0000 (UTC)

civodul pushed a commit to branch version-0.11.0
in repository guix.

commit 8aceca50cdeee730e11c77967ea073af5d167363
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 3 10:56:45 2016 +0200

    gnu: guix: Update development snapshot.
    
    * gnu/packages/package-management.scm (guix-devel): Update to 4420940.
    (guix): Set to GUIX-DEVEL.
---
 gnu/packages/package-management.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 083e003..1421c7e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -212,9 +212,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 "97c8aef15de89799ac01b62dd9b91245c23eefcb"))
+  (let ((commit "4420940f20a2f36f29519f686bca7b85be6be5c9"))
     (package (inherit guix-0.11.0)
-      (version (string-append "0.10.0-1." (string-take commit 4)))
+      (version (string-append "0.11.0-1." (string-take commit 4)))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -224,7 +224,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0sdxq87mbvig7785gzf52ywmvl3p1q1qgsczmkzrlw988xkma1dr"))
+                  "1c1rqsfc4vrclkk03aj1m8r1lzk9pfa61ax9hhhj5nw23bilsixc"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.11.0)
@@ -253,7 +253,7 @@ the Nix package manager.")
          ("help2man" ,help2man)
          ,@(package-native-inputs guix-0.11.0))))))
 
-(define-public guix guix-0.11.0)
+(define-public guix guix-devel)
 
 (define (source-file? file stat)
   "Return true if FILE is likely a source file, false if it is a typical



reply via email to

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