gnu: feh: Update to 2.18.3.

* gnu/packages/image-viewers.scm (feh): Update to 2.18.3.
This commit is contained in:
Marius Bakke 2017-04-06 15:05:40 +02:00
parent 2c273a82f3
commit fdcc9163d5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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