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: Tue, 21 Jul 2015 22:52:35 +0000

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

commit 193a08e254d3e1a6de2b80565d318cd8a07f0651
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 22 00:33:47 2015 +0200

    gnu: guix: Update development snapshot.
    
    * gnu/packages/package-management.scm (guix-devel): Update to commit 
5d09263.
      Prefix version string with "0.8.3.".
      (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 bb2d2a5..55e5037 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -176,9 +176,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 "72cd8ec"))
+  (let ((commit "5d09263"))
     (package (inherit guix-0.8.3)
-      (version (string-append "0.8.2." commit))
+      (version (string-append "0.8.3." commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -186,7 +186,7 @@ the Nix package manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa"))
+                  "0v5g90di91j218x620shib7xjrjd5dkk4h1zrlg98hdmbgxq5s3j"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guix-0.8.3)
@@ -221,7 +221,7 @@ the Nix package manager.")
          ("help2man" ,help2man)
          ,@(package-native-inputs guix-0.8.3))))))
 
-(define-public guix guix-0.8.3)
+(define-public guix guix-devel)
 
 (define-public nix
   (package



reply via email to

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