gnu: feh: Update to 3.2.1.

* gnu/packages/image-viewers.scm (feh): Update to 3.2.1.
This commit is contained in:
Marius Bakke 2019-07-27 21:50:23 +02:00
parent d5571bc652
commit 9b7f721db9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -64,7 +64,7 @@
(define-public feh (define-public feh
(package (package
(name "feh") (name "feh")
(version "3.1.3") (version "3.2.1")
(home-page "https://feh.finalrewind.org/") (home-page "https://feh.finalrewind.org/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -72,7 +72,7 @@
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1vsnxf4as3vyzjfhd8frzb1a8i7wnq7ck5ljx7qxqrnfqvxl1s4z")))) "070axq8jpibcabmjfv4fmjmpk3k349vzvh4qhsi4n62bkcwl35wg"))))
(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))