Browse Source
gnu: gitolite: Update to 3.6.7.
* gnu/packages/version-control.scm (gitolite): Update to 3.6.7.
python-updates
Tobias Geerinckx-Rice
4 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
2 deletions
-
gnu/packages/version-control.scm
|
|
@ -928,7 +928,7 @@ also walk each side of a merge and test those changes individually.") |
|
|
|
(define-public gitolite |
|
|
|
(package |
|
|
|
(name "gitolite") |
|
|
|
(version "3.6.6") |
|
|
|
(version "3.6.7") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append |
|
|
@ -937,7 +937,7 @@ also walk each side of a merge and test those changes individually.") |
|
|
|
(file-name (string-append name "-" version ".tar.gz")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"07q33f86694s0x3k9lcmy1vzfw9appdrlmmb9j3bz4qkrxqdnwb9")))) |
|
|
|
"1idxipg0df80bhjcxgwxs3lllqnkvhwpinmfv1xvg1l98fxiapgp")))) |
|
|
|
(build-system gnu-build-system) |
|
|
|
(arguments |
|
|
|
'(#:tests? #f ; no tests |
|
|
|