[PATCH] gnu: hstr: Update to 2.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20211216052848.15500-1-mike@rohleder.de
* gnu/packages/shellutils.scm (hstr): Update to 2.5.
---
gnu/packages/shellutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 56984a08e4..7a868f0789 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -435,7 +435,7 @@ (define-public fzy
(define-public hstr
(package
(name "hstr")
- (version "2.3")
+ (version "2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -444,7 +444,7 @@ (define-public hstr
(file-name (git-file-name name version))
(sha256
(base32
- "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y"))))
+ "0xg10jyiq12bcygi6aa9qq9pki7bipdsvsza037p2iqix19jg0x8"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.0
Nicolas Goaziou wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 52534-done@debbugs.gnu.org)
87ee6b7ixb.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/shellutils.scm (hstr): Update to 2.5.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52534@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52534
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help