gnu: feh: Update to 2.22.2.

* gnu/packages/image-viewers.scm (feh): Update to 2.22.2.
master
Marius Bakke 2017-11-07 22:15:35 +01:00
parent 625492ee1a
commit d469bc09bd
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
(define-public feh
(package
(name "feh")
(version "2.22")
(version "2.22.2")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -63,7 +63,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"0yqcczb9c126zgfvjq2fpzqz0rg16yad8mfr3gryxwlbymy2cmxj"))))
"1kcflv4jb4250g94nqn28i98xqvvci8w7vqpfr62gxlp16z1za05"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))