gnu: feh: Update to 2.18.2.

* gnu/packages/image-viewers.scm (feh): Update to 2.18.2.
This commit is contained in:
Marius Bakke 2017-02-21 15:53:17 +01:00
parent 4995ae7540
commit 2178b580cb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -43,7 +43,7 @@ (define-module (gnu packages image-viewers)
(define-public feh
(package
(name "feh")
(version "2.18")
(version "2.18.2")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -51,7 +51,7 @@ (define-public feh
name "-" version ".tar.bz2"))
(sha256
(base32
"036lgv81d0vmrnmh1z1x360nr5avb2sk5jb1h3g5n6jijm8vzblx"))))
"09f5rfzls4h5jcrp7ylwbiljp5qzc2nbw9p2csv0pnlaixj69gil"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)