guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: feh: Update to 2.25.


From: Marius Bakke
Subject: 02/03: gnu: feh: Update to 2.25.
Date: Tue, 6 Mar 2018 12:27:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 37204750b188edca17559dfc57d6f47bd9f63c62
Author: Marius Bakke <address@hidden>
Date:   Tue Mar 6 18:22:26 2018 +0100

    gnu: feh: Update to 2.25.
    
    * gnu/packages/image-viewers.scm (feh): Update to 2.25.
---
 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index a3887ee..7a33f6c 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -59,7 +59,7 @@
 (define-public feh
   (package
     (name "feh")
-    (version "2.24")
+    (version "2.25")
     (home-page "https://feh.finalrewind.org/";)
     (source (origin
               (method url-fetch)
@@ -67,7 +67,7 @@
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "148qbxkk5m7i3cxymnfwi7aikqjyfxr306dlqm9ndp6x932js5wq"))))
+                "102rwi30n09l8rih6kv6bb7lhv3djklgzill4p2zag0h700yqfq6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases (delete 'configure))



reply via email to

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