[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25966: [PATCH 1/2] gnu: gitolite: Update to 3.6.6.
From: |
contact . ng0 |
Subject: |
bug#25966: [PATCH 1/2] gnu: gitolite: Update to 3.6.6. |
Date: |
Sat, 4 Mar 2017 14:09:31 +0000 |
From: ng0 <address@hidden>
* gnu/packages/version-control.scm (gitolite): Update to 3.6.6.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1c3ffb040..1076c1890 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -591,7 +591,7 @@ also walk each side of a merge and test those changes
individually.")
(define-public gitolite
(package
(name "gitolite")
- (version "3.6.5")
+ (version "3.6.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -600,7 +600,7 @@ also walk each side of a merge and test those changes
individually.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0xpqg04gyr4dhdhxx5lbk61lwwd5ml32530bigg2qy663icngwqm"))))
+ "07q33f86694s0x3k9lcmy1vzfw9appdrlmmb9j3bz4qkrxqdnwb9"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no tests
--
2.12.0
- bug#25966: Fix bug 25957 and updates gitolite, ng0, 2017/03/04
- bug#25966: [PATCH 1/2] gnu: gitolite: Update to 3.6.6.,
contact . ng0 <=
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., contact . ng0, 2017/03/04
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., Clément Lassieur, 2017/03/05
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., ng0, 2017/03/05
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., Clément Lassieur, 2017/03/13
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., Marius Bakke, 2017/03/13
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., ng0, 2017/03/13
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., Marius Bakke, 2017/03/13
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., Leo Famulari, 2017/03/14
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., ng0, 2017/03/14
- bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks., Clément Lassieur, 2017/03/16