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: Wed, 13 May 2015 22:44:50 +0000

civodul pushed a commit to branch master
in repository guix.

commit aa38fabacccc1be1f54dee243bf875f178ce53f8
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 14 00:44:22 2015 +0200

    gnu: guix: Update development snapshot.
    
    * gnu/packages/package-management.scm (guix-devel): Update to 5875eb7.
      Change 'version' prefix to "0.8.2.".
      (guix): Set to GUIX-DEVEL.
---
 gnu/packages/package-management.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 8d63908..45de28e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -150,9 +150,9 @@ 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 "fc34dee"))
+  (let ((commit "5875eb7"))
     (package (inherit guix-0.8.2)
-      (version (string-append "0.8.1." commit))
+      (version (string-append "0.8.2." commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -160,7 +160,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0nx60wwiar0s4bgwrm3nrskc54jig3vw7yzwxkwilc43cnlgpkja"))))
+                  "0qcq3g0b7fj2xxrdamilwz92502pxdf17j4cj047cxd8652aknjc"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.8.2)
          ((#:phases phases)
@@ -182,7 +182,7 @@ the Nix package manager.")
          ("graphviz" ,graphviz)
          ,@(package-native-inputs guix-0.8.2))))))
 
-(define-public guix guix-0.8.2)
+(define-public guix guix-devel)
 
 (define-public nix
   (package



reply via email to

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