guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: hstr: Update to 3.1.


From: guix-commits
Subject: 05/09: gnu: hstr: Update to 3.1.
Date: Thu, 1 Jun 2023 05:55:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e6fb7f6467b50e5ed8990f4b5a061d460103d18c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:07:36 2023 +0000

    gnu: hstr: Update to 3.1.
    
    * gnu/packages/shellutils.scm (hstr): Update to 3.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 @@ below the current cursor position, scrolling the screen if 
necessary.")
 (define-public hstr
   (package
     (name "hstr")
-    (version "2.6")
+    (version "3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -583,7 +583,7 @@ below the current cursor position, scrolling the screen if 
necessary.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1iqvqm4mirx7imwwmz4blxbsr215lcgbw3h31ssbs3fk54hq7xn9"))))
+                "1w1xr0ddf34i46b8wwz2snf7ap6m0mv53zid3d1l5hc4m3az5qis"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]