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.2.


From: guix-commits
Subject: branch master updated: gnu: hstr: Update to 2.2.
Date: Wed, 13 May 2020 15:44:00 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit ad81708d2230af547e513a5bc8a69f70afa72b3c
Author: Michael Rohleder <address@hidden>
AuthorDate: Wed May 13 16:14:45 2020 +0200

    gnu: hstr: Update to 2.2.
    
    * gnu/packages/shellutils.scm (hstr): Update to 2.2.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/shellutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index a5d2601..7496dd1 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Benjamin Slade <address@hidden>
 ;;; Copyright © 2019 Collin J. Doering <address@hidden>
+;;; Copyright © 2020 Michael Rohleder <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -277,7 +278,7 @@ below the current cursor position, scrolling the screen if 
necessary.")
 (define-public hstr
   (package
     (name "hstr")
-    (version "2.0")
+    (version "2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -286,7 +287,7 @@ below the current cursor position, scrolling the screen if 
necessary.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y9vsfbg07gbic0daqy569d9pb9i1d07fym3q7a0a99hbng85s20"))))
+                "07fkilqlkpygvf9kvxyvl58g3lfq0bwwdp3wczy4hk8qlbhmgihn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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