GNU bug report logs -
#60113
[PATCH] gnu: hstr: Update to 2.6.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 16 Dec 2022 09:44:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#60113: [PATCH] gnu: hstr: Update to 2.6.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60113 <at> debbugs.gnu.org.
--
60113: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60113
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> * gnu/packages/shellutils.scm (hstr): Update to 2.6.
Applied, thanks,
Mathieu
[Message part 3 (message/rfc822, inline)]
* gnu/packages/shellutils.scm (hstr): Update to 2.6.
---
gnu/packages/shellutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 3fd98ecba8..5142c5d026 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2018 Benjamin Slade <slade <at> jnanam.net>
;;; Copyright © 2019 Collin J. Doering <collin <at> rekahsoft.ca>
-;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020, 2022 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 aecepoglu <aecepoglu <at> fastmail.fm>
;;; Copyright © 2020 Dion Mendel <guix <at> dm9.info>
;;; Copyright © 2021 Brice Waegeneire <brice <at> waegenei.re>
@@ -519,7 +519,7 @@ (define-public fzy
(define-public hstr
(package
(name "hstr")
- (version "2.5")
+ (version "2.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -528,7 +528,7 @@ (define-public hstr
(file-name (git-file-name name version))
(sha256
(base32
- "0xg10jyiq12bcygi6aa9qq9pki7bipdsvsza037p2iqix19jg0x8"))))
+ "1iqvqm4mirx7imwwmz4blxbsr215lcgbw3h31ssbs3fk54hq7xn9"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.38.1
This bug report was last modified 2 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.