3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: feh: Update to 3.7.1.

* gnu/packages/image-viewers.scm (feh): Update to 3.7.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Xinglu Chen 2021-09-04 20:42:05 +02:00 committed by Nicolas Goaziou
parent 53ccbc1755
commit e76ed759a0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -249,7 +249,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
(define-public feh
(package
(name "feh")
(version "3.6.3")
(version "3.7.1")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -257,7 +257,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
name "-" version ".tar.bz2"))
(sha256
(base32
"1d13x8hmvpdc5f5rj4l29ha7iz7wvqxjlvh6il04wq8igzrj0x23"))))
"1djqjagp7k9rris1p8wgz0q8albgsd8gasc0hyanbjap3yk1rasp"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases (delete 'configure))