GNU bug report logs -
#52534
[PATCH] gnu: hstr: Update to 2.5.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 16 Dec 2021 05:30:03 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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/shellutils.scm (hstr): Update to 2.5.
---
gnu/packages/shellutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 56984a08e4..7a868f0789 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -435,7 +435,7 @@ (define-public fzy
(define-public hstr
(package
(name "hstr")
- (version "2.3")
+ (version "2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -444,7 +444,7 @@ (define-public hstr
(file-name (git-file-name name version))
(sha256
(base32
- "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y"))))
+ "0xg10jyiq12bcygi6aa9qq9pki7bipdsvsza037p2iqix19jg0x8"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.0
This bug report was last modified 3 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.