Archived
1
0
Fork 0

gnu: feh: Update to 3.6.1.

* gnu/packages/image-viewers.scm (feh): Update to 3.6.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-07 20:45:48 +01:00
parent 36e80e32f3
commit 8c0d6a533a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -74,7 +74,7 @@
(define-public feh (define-public feh
(package (package
(name "feh") (name "feh")
(version "3.6") (version "3.6.1")
(home-page "https://feh.finalrewind.org/") (home-page "https://feh.finalrewind.org/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -82,7 +82,7 @@
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1n6gbyzlc3kx2cq9wfz7azn7mrjmcc9pq436k1n4mrh0lik5sxw7")))) "1a0ygdpyvpcsr0hdi9ai7ycbkgvacq8dpd8cacbppsds5k2xw7lv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases (delete 'configure)) '(#:phases (modify-phases %standard-phases (delete 'configure))