guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: cgit: Update to 1.0.


From: Efraim Flashner
Subject: 02/02: gnu: cgit: Update to 1.0.
Date: Sun, 3 Jul 2016 11:16:44 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 569d9efe3a9caf67579779ca1874204c9a6225a9
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 3 14:15:08 2016 +0300

    gnu: cgit: Update to 1.0.
    
    * gnu/packages/version-control.scm (cgit): Update to 1.0.
---
 gnu/packages/version-control.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index a7e61a4..48a1bbc 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -367,7 +367,7 @@ write native speed custom Git applications in any language 
with bindings.")
 (define-public cgit
   (package
     (name "cgit")
-    (version "0.12")
+    (version "1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -375,7 +375,7 @@ write native speed custom Git applications in any language 
with bindings.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1dx54hgfyabmg9nm5qp6d01f54nlbqbbdwhwl0llb9imjf237qif"))))
+                "0kbh835p7dl4h88qv55fyfh1za09cgnqh63rii325w9215hm95x8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; XXX: fail to build the in-source git.



reply via email to

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