GNU bug report logs - #63696
[PATCH] gnu: hstr: Update to 3.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 24 May 2023 18:08:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 63696 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [bug#63696] [PATCH] gnu: hstr: Update to 3.1.
Date: Wed, 24 May 2023 18:07:36 +0000
* gnu/packages/shellutils.scm (hstr): Update to 3.1.
---
 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 20d246be52..070613afe1 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -574,7 +574,7 @@ (define-public fzy
 (define-public hstr
   (package
     (name "hstr")
-    (version "2.6")
+    (version "3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -583,7 +583,7 @@ (define-public hstr
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1iqvqm4mirx7imwwmz4blxbsr215lcgbw3h31ssbs3fk54hq7xn9"))))
+                "1w1xr0ddf34i46b8wwz2snf7ap6m0mv53zid3d1l5hc4m3az5qis"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.40.1





This bug report was last modified 1 year and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.