guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: gitolite: Update to 3.6.12.


From: guix-commits
Subject: 04/06: gnu: gitolite: Update to 3.6.12.
Date: Sat, 15 Aug 2020 16:09:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6319c2f7a63ccf32f3d7c1328b6dcece3faa0c9b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 15 22:05:35 2020 +0200

    gnu: gitolite: Update to 3.6.12.
    
    * gnu/packages/version-control.scm (gitolite): Update to 3.6.12.
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 62ccd46..fb36da9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1330,7 +1330,7 @@ also walk each side of a merge and test those changes 
individually.")
 (define-public gitolite
   (package
     (name "gitolite")
-    (version "3.6.11")
+    (version "3.6.12")
     (source
      (origin
        (method git-fetch)
@@ -1339,10 +1339,10 @@ also walk each side of a merge and test those changes 
individually.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rkj7gknwjlc5ij9w39zf5mr647bm45la57yjczydmvrb8c56yrh"))))
+        (base32 "05xw1pmagvkrbzga5pgl3xk9qyc6b5x73f842454f3w9ijspa8zy"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:tests? #f ; no tests
+     '(#:tests? #f                      ; no tests
        #:phases (modify-phases %standard-phases
                   (delete 'configure)
                   (delete 'build)



reply via email to

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