guix-commits
[Top][All Lists]
Advanced

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

08/295: gnu: feh: Update to 3.4.1.


From: guix-commits
Subject: 08/295: gnu: feh: Update to 3.4.1.
Date: Mon, 27 Jul 2020 06:25:01 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 866ce9435176ac2909d81097b5f1d95c65e843c4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:39:11 2020 +0200

    gnu: feh: Update to 3.4.1.
    
    * gnu/packages/image-viewers.scm (feh): Update to 3.4.1.
---
 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 78d7e7c..5a7d849 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -74,7 +74,7 @@
 (define-public feh
   (package
     (name "feh")
-    (version "3.4")
+    (version "3.4.1")
     (home-page "https://feh.finalrewind.org/";)
     (source (origin
               (method url-fetch)
@@ -82,7 +82,7 @@
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0r83zincbfnk8g13xwm2qaccml9srnwlsmpc1f0nhwjkqyjmqm0q"))))
+                "0yvvj1s7ayn0lwils582smwkmckdk0gij5c58g45n4xh981n693q"))))
     (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]