me
/
guix
Archived
1
0
Fork 0

gnu: gitolite: Update to 3.6.13.

* gnu/packages/version-control.scm (gitolite): Update to 3.6.13.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:00 +02:00
parent 6984151a83
commit 8b13984fac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -1519,7 +1519,7 @@ also walk each side of a merge and test those changes individually.")
wrappers, to be used for optional gitolite extensions."
(package
(name "gitolite")
(version "3.6.12")
(version "3.6.13")
(source
(origin
(method git-fetch)
@ -1528,10 +1528,10 @@ wrappers, to be used for optional gitolite extensions."
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "05xw1pmagvkrbzga5pgl3xk9qyc6b5x73f842454f3w9ijspa8zy"))))
(base32 "0lp4hi8pfg7k0fk0l8wzs8hxp1aspzv78nkafdbbq8m9lzwnwl7x"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ; no tests
(list #:tests? #f ; no tests
#:phases
#~(modify-phases %standard-phases
(delete 'configure)