gnu: feh: Update to 3.6.

* gnu/packages/image-viewers.scm (feh): Update to 3.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-01 18:33:05 +01:00
parent 2368225019
commit 8b7159ebbb
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.5")
(version "3.6")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -82,7 +82,7 @@ (define-public feh
name "-" version ".tar.bz2"))
(sha256
(base32
"07jklibpi4ig9pbdrwhllsfffxn2h8xf4ma36qii00w4hb69v3rq"))))
"1n6gbyzlc3kx2cq9wfz7azn7mrjmcc9pq436k1n4mrh0lik5sxw7"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))