guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: fzy: Update to 1.0.


From: Tobias Geerinckx-Rice
Subject: 05/06: gnu: fzy: Update to 1.0.
Date: Sat, 27 Oct 2018 21:39:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2792d8a8652bbc017ee0be17cff33ee5968c9d41
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 28 00:53:42 2018 +0200

    gnu: fzy: Update to 1.0.
    
    * gnu/packages/shellutils.scm (fzy): Update to 1.0.
---
 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 d4076da..3020fdd 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"



reply via email to

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