gnu: feh: Update to 2.25.1.

* gnu/packages/image-viewers.scm (feh): Update to 2.25.1.
master
Marius Bakke 2018-03-08 12:25:05 +01:00
parent dffc5ab5e4
commit 770986d541
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
(define-public feh
(package
(name "feh")
(version "2.25")
(version "2.25.1")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -67,7 +67,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"102rwi30n09l8rih6kv6bb7lhv3djklgzill4p2zag0h700yqfq6"))))
"197sm78bm33dvahr5nxqkbmpmdn4b13ahc9mrgn1l7n104bg4phc"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))