gnu: gitolite: Update to 3.6.12.

* gnu/packages/version-control.scm (gitolite): Update to 3.6.12.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-15 22:05:35 +02:00
parent 9e7fccdaa7
commit 6319c2f7a6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1330,7 +1330,7 @@ (define-public git-test-sequence
(define-public gitolite
(package
(name "gitolite")
(version "3.6.11")
(version "3.6.12")
(source
(origin
(method git-fetch)
@ -1339,10 +1339,10 @@ (define-public gitolite
(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)