aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-10-28 00:53:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-10-28 02:34:07 +0100
commit2792d8a8652bbc017ee0be17cff33ee5968c9d41 (patch)
tree992bcfc82871cd2a252e8d4b3b32d1383ef87ee6 /gnu/packages/shellutils.scm
parent31b619566dfb01b0deb8b127c7b24ef347de8b87 (diff)
downloadguix-2792d8a8652bbc017ee0be17cff33ee5968c9d41.tar
guix-2792d8a8652bbc017ee0be17cff33ee5968c9d41.tar.gz
gnu: fzy: Update to 1.0.
* gnu/packages/shellutils.scm (fzy): Update to 1.0.
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index d4076dae01..3020fdd210 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -134,7 +134,7 @@ environment variables of the current shell.")
(define-public fzy
(package
(name "fzy")
- (version "0.9")
+ (version "1.0")
(source
(origin
(method git-fetch)
@@ -144,7 +144,7 @@ environment variables of the current shell.")
(file-name (git-file-name name version))
(sha256
(base32
- "1f1sh88ivdgnqaqha5ircfd9vb0xmss976qns022n0ddb91k5ka6"))))
+ "1gkzdvj73f71388jvym47075l9zw61v6l8wdv2lnc0mns6dxig0k"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list "CC=gcc"