guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: feh: Update to 2.26.4.


From: Marius Bakke
Subject: 01/03: gnu: feh: Update to 2.26.4.
Date: Tue, 26 Jun 2018 17:53:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 486406cc50c45f2fba5e7062b11c6ba85bd6abd8
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 26 21:59:29 2018 +0200

    gnu: feh: Update to 2.26.4.
    
    * gnu/packages/image-viewers.scm (feh): Update to 2.26.4.
---
 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 5abcdf9..3925247 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -60,7 +60,7 @@
 (define-public feh
   (package
     (name "feh")
-    (version "2.26.3")
+    (version "2.26.4")
     (home-page "https://feh.finalrewind.org/";)
     (source (origin
               (method url-fetch)
@@ -68,7 +68,7 @@
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "08aagymgajcvciagwy2zdxhicvdfnjmd2xyx9bqjy7l1n16ydwrz"))))
+                "15a7hjg7xwj1hsw3c5k18psvvmbqgn4g79qq03bsvibzl4kqakq7"))))
     (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]