guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: feh: Update to 2.14.


From: ???
Subject: 01/02: gnu: feh: Update to 2.14.
Date: Mon, 05 Oct 2015 10:21:34 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 4a30930b84839017d93b5fc8098fd826f430f5a9
Author: 宋文武 <address@hidden>
Date:   Mon Oct 5 16:28:30 2015 +0800

    gnu: feh: Update to 2.14.
    
    * gnu/packages/feh.scm (feh): Update to 2.14.
---
 gnu/packages/feh.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/feh.scm b/gnu/packages/feh.scm
index ae7c820..ee3fcc6 100644
--- a/gnu/packages/feh.scm
+++ b/gnu/packages/feh.scm
@@ -29,7 +29,7 @@
 (define-public feh
   (package
     (name "feh")
-    (version "2.13")
+    (version "2.14")
     (home-page "https://feh.finalrewind.org/";)
     (source (origin
               (method url-fetch)
@@ -37,7 +37,7 @@
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "06fa9zh1zpi63l90kw3l9a0sfavf424j7ksi396ifg9669gx35gn"))))
+                "0j5wxpqccnd0hl74z2vwv25n7qnik1n2mcm2jn0c0z7cjn4wsa9q"))))
     (build-system gnu-build-system)
     (arguments
       '(#:phases (alist-delete 'configure %standard-phases)



reply via email to

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