guix-commits
[Top][All Lists]
Advanced

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

13/19: gnu: feh: Update to 3.9.


From: guix-commits
Subject: 13/19: gnu: feh: Update to 3.9.
Date: Wed, 20 Jul 2022 06:42:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a7c3eb8fdf0133bef17d67345aab1fe0731e8076
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 17 02:00:01 2022 +0200

    gnu: feh: Update to 3.9.
    
    * gnu/packages/image-viewers.scm (feh): Update to 3.9.
    [arguments]: Add "magic=1" to #:make-flags.
---
 gnu/packages/image-viewers.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 1db169535e..53c895ec21 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -162,7 +162,7 @@ YouTube videos without requiring API and opens/downloads 
them using mpv/ytdl.")
 (define-public feh
   (package
     (name "feh")
-    (version "3.8")
+    (version "3.9")
     (home-page "https://feh.finalrewind.org/";)
     (source (origin
               (method url-fetch)
@@ -170,7 +170,7 @@ YouTube videos without requiring API and opens/downloads 
them using mpv/ytdl.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1a9bsq5j9sl2drzkab0hdhnamalpaszw9mz2prz6scrr5dak8g3z"))))
+                "185wwqd60r2rk6lzcvd6sl58589qfqrfnf7lqd6friyj84n9cjc6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases (delete 'configure))
@@ -179,7 +179,8 @@ YouTube videos without requiring API and opens/downloads 
them using mpv/ytdl.")
        (list ,(string-append "CC=" (cc-for-target))
              (string-append "PREFIX=" (assoc-ref %outputs "out"))
              "exif=1"
-             "inotify=1")))
+             "inotify=1"
+             "magic=1")))
     (native-inputs
      (list perl perl-test-command))
     (inputs (list curl



reply via email to

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