gnu: feh: Update to 2.19.3.

* gnu/packages/image-viewers.scm (feh): Update to 2.19.3.
master
Marius Bakke 2017-08-21 22:45:37 +02:00
parent 88648855f8
commit 51eecee7b9
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.19.2")
(version "2.19.3")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -62,7 +62,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"0v2nwc6sk4vs855a1ncz9vxpzxvs1d5wcjz87rfbypxx7nap2al2"))))
"1l3yvv0l0ggwlfyhk84p2g9mrqvzqrg1fgalf88kzppvb9jppjay"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)