gnu: feh: Update to 2.21.

* gnu/packages/image-viewers.scm (feh): Update to 2.21.
master
Marius Bakke 2017-10-08 13:50:07 +02:00
parent 550d88cf24
commit 2e957aae25
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
(define-public feh
(package
(name "feh")
(version "2.20")
(version "2.21")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -62,7 +62,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"02vhdv16nf4kjna4inpbfy4k3p40bhl7xpc4kh4xvily14146l2b"))))
"0azgpr4al2pi4858z4xh4lfz84cvzxw3n426fn7rz6cdj34q212j"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)