guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guix: Update revision number in version.


From: Andreas Enge
Subject: 01/01: gnu: guix: Update revision number in version.
Date: Wed, 27 Jul 2016 13:16:31 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit fd6830b3a6ddb6d9348ccf95530c6a7c3d171666
Author: Andreas Enge <address@hidden>
Date:   Wed Jul 27 14:54:27 2016 +0200

    gnu: guix: Update revision number in version.
    
    This is a follow-up to commit 95af24a2f1fb58eb9e6ee902c9330534f0aca9f3.
    Reported by Alex Kost <address@hidden>.
---
 gnu/packages/package-management.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 878fed2..77c1da3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -213,7 +213,7 @@ the Nix package manager.")
   ;; hash-bang lines would be exceeded while running the tests.
   (let ((commit "97c8aef15de89799ac01b62dd9b91245c23eefcb"))
     (package (inherit guix-0.10.0)
-      (version (string-append "0.10.0-0." (string-take commit 4)))
+      (version (string-append "0.10.0-1." (string-take commit 4)))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference



reply via email to

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