diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-25 23:57:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-27 03:28:10 +0200 |
commit | 71b000bf0353358b14174f06403c804312a4a772 (patch) | |
tree | 4f2b55e5045215a413fc2278550b86fc63e49567 /gnu | |
parent | 9554fb105802e122177a7a604ddd3b5530a250c0 (diff) | |
download | guix-71b000bf0353358b14174f06403c804312a4a772.tar.gz guix-71b000bf0353358b14174f06403c804312a4a772.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 09ffd8f271..4f3968286d 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1307,7 +1307,7 @@ also walk each side of a merge and test those changes individually.") (define-public gitolite (package (name "gitolite") - (version "3.6.7") + (version "3.6.11") (source (origin (method git-fetch) @@ -1316,7 +1316,7 @@ 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 "0rmyzr66lxh2ildf3h1nh3hh2ndwk21rjdin50r5vhwbdd7jg8vb")))) + (base32 "1rkj7gknwjlc5ij9w39zf5mr647bm45la57yjczydmvrb8c56yrh")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |