diff mbox series

[bug#60284] gnu: hstr: Update to 2.6.

Message ID dbdbc605838e50a6a683341fea9e49c33183d756.1671816423.git.code@greghogan.com
State New
Headers show
Series [bug#60284] gnu: hstr: Update to 2.6. | expand

Commit Message

Greg Hogan Dec. 23, 2022, 6:47 p.m. UTC
* gnu/packages/shellutils.scm (hstr): Update to 2.6.
---
 gnu/packages/shellutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Greg Hogan Dec. 27, 2022, 3:27 p.m. UTC | #1
On Fri, Dec 23, 2022 at 1:49 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 60284@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 60284: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60284
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
diff mbox series

Patch

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index b1c1373376..3b265008c2 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -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