GNU bug report logs -
#76973
[PATCH] gnu: zile: Update to 2.6.3.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 12 Mar 2025 04:52:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 76973 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/zile.scm (zile): Update to 2.6.4.
Change-Id: I795142206459129f4b0d5b9bf8f551f4ec09c821
---
gnu/packages/zile.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm
index 4d4805c7be3..eea6262773b 100644
--- a/gnu/packages/zile.scm
+++ b/gnu/packages/zile.scm
@@ -45,14 +45,14 @@ (define-module (gnu packages zile)
(define-public zile
(package
(name "zile")
- (version "2.6.2")
+ (version "2.6.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/zile/zile-"
version ".tar.gz"))
(sha256
(base32
- "0hf788zadmwx0xp1dhrgqcfvhwnarh6h9b51va4dr2y9yfppvsvp"))))
+ "1h2pxsp5rdkr2i4akfpayv19had3yf3226kyf38461j9rf2lpm6m"))))
(build-system gnu-build-system)
(arguments
`(#:phases
base-commit: 92124591eedf27e988c84f75acd4b4d99ff43122
--
2.43.0
This bug report was last modified 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.