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