gnu: feh: Update to 2.24.

* gnu/packages/image-viewers.scm (feh): Update to 2.24.
master
Marius Bakke 2018-02-28 20:01:03 +01:00
parent 6f45e45d4d
commit f03ec1e595
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.23.2")
(version "2.24")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -67,7 +67,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"1hw9xhhmm404ircmd7aw9n51n23wzjxzmav272ldk1pxb2jk3hcn"))))
"148qbxkk5m7i3cxymnfwi7aikqjyfxr306dlqm9ndp6x932js5wq"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))