me
/
guix
Archived
1
0
Fork 0

gnu: gitolite: Update to 3.6.11.

* gnu/packages/version-control.scm (gitolite): Update to 3.6.11.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Vincent Legoll 2020-05-25 23:57:55 +02:00 committed by Tobias Geerinckx-Rice
parent 9554fb1058
commit 71b000bf03
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1307,7 +1307,7 @@ also walk each side of a merge and test those changes individually.")
(define-public gitolite (define-public gitolite
(package (package
(name "gitolite") (name "gitolite")
(version "3.6.7") (version "3.6.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1316,7 +1316,7 @@ also walk each side of a merge and test those changes individually.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0rmyzr66lxh2ildf3h1nh3hh2ndwk21rjdin50r5vhwbdd7jg8vb")))) (base32 "1rkj7gknwjlc5ij9w39zf5mr647bm45la57yjczydmvrb8c56yrh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests