gnu: feh: Update to 3.5.

* gnu/packages/image-viewers.scm (feh): Update to 3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-31 03:42:13 +02:00
parent 1c17a61bdc
commit 5044a6eb68
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

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