1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -177,7 +177,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
(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 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
name "-" version ".tar.bz2"))
(sha256
(base32
"185wwqd60r2rk6lzcvd6sl58589qfqrfnf7lqd6friyj84n9cjc6"))))
"166cayf1zh84y5bfaykxmi7ypxvq36hnjsbnwbjzx7zyvkvd2w8x"))))
(build-system gnu-build-system)
(arguments
(list #:phases