guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: hstr: Update to 2.5.


From: guix-commits
Subject: branch master updated: gnu: hstr: Update to 2.5.
Date: Fri, 17 Dec 2021 03:08:18 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8afa009  gnu: hstr: Update to 2.5.
8afa009 is described below

commit 8afa00908b43d344d8c3fdd3c89d3dea4c205429
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Dec 16 06:28:48 2021 +0100

    gnu: hstr: Update to 2.5.
    
    * gnu/packages/shellutils.scm (hstr): Update to 2.5.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 56984a0..7a868f0 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -435,7 +435,7 @@ below the current cursor position, scrolling the screen if 
necessary.")
 (define-public hstr
   (package
     (name "hstr")
-    (version "2.3")
+    (version "2.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -444,7 +444,7 @@ below the current cursor position, scrolling the screen if 
necessary.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y"))))
+                "0xg10jyiq12bcygi6aa9qq9pki7bipdsvsza037p2iqix19jg0x8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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