GNU bug report logs -
#46708
[PATCH] gnu: gita: Update to 0.12.9.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Mon, 22 Feb 2021 17:20:01 UTC
Severity: normal
Tags: patch
Done: Léo Le Bouter <lle-bout <at> zaclys.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/version-control.scm (gita): Update to 0.12.9.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 4100f9f9ef..ab0baf58bc 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2906,11 +2906,11 @@ defects faster.")
(license license:asl2.0)))
(define-public gita
- (let ((commit "62eb3d69874f75bdd6f95743e57315bc59890f70")
+ (let ((commit "e41b504dca90a25e9be27f296da7ce22e5782893")
(revision "1"))
(package
(name "gita")
- (version (git-version "0.10.10" revision commit))
+ (version (git-version "0.12.9" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2919,7 +2919,7 @@ defects faster.")
(file-name (git-file-name name version))
(sha256
(base32
- "1jn5wnmjbdrrgz9fif7s81pv3g92q0wjcqy5qxl77kjy7iv0kpfp"))))
+ "1k03zgcbhl91cgyh4k7ywyjp00y63q4bqbimncqh5b3lni8l8j5l"))))
(build-system python-build-system)
(native-inputs
`(("git" ,git) ;for tests
--
2.25.1
This bug report was last modified 4 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.