gnu: feh: Update to 3.10.

* gnu/packages/image-viewers.scm (feh): Update to 3.10.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent b2d5a49144
commit 38c2c076e2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -177,7 +177,7 @@ (define-public ytfzf
(define-public feh
(package
(name "feh")
(version "3.9")
(version "3.10")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -185,7 +185,7 @@ (define-public feh
name "-" version ".tar.bz2"))
(sha256
(base32
"185wwqd60r2rk6lzcvd6sl58589qfqrfnf7lqd6friyj84n9cjc6"))))
"166cayf1zh84y5bfaykxmi7ypxvq36hnjsbnwbjzx7zyvkvd2w8x"))))
(build-system gnu-build-system)
(arguments
(list #:phases