GNU bug report logs -
#52415
[PATCH] gnu: stagit: Update to 1.0.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>
Date: Fri, 10 Dec 2021 17:23:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/version-control.scm (stagit): Update to 1.0.
---
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 10487c6939..162b0ad832 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2711,7 +2711,7 @@ (define-public fossil
(define-public stagit
(package
(name "stagit")
- (version "0.9.6")
+ (version "1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2720,7 +2720,7 @@ (define-public stagit
(file-name (git-file-name name version))
(sha256
(base32
- "0hcf1rmsp9s6jjg1dypq7sa3dqmqg2q3x1kj23rb5gwrsb31vyfj"))))
+ "0j2242vx5pbwdv79gcjxdbrwii48qphr8gk1lk7szj2irxdql171"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests
--
2.34.0
This bug report was last modified 3 years and 160 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.