gnu: feh: Update to 2.27.

* gnu/packages/image-viewers.scm (feh): Update to 2.27.
master
Marius Bakke 2018-06-29 01:05:46 +02:00
parent f04152ef3b
commit e689d8fab0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
(define-public feh
(package
(name "feh")
(version "2.26.4")
(version "2.27")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -68,7 +68,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"15a7hjg7xwj1hsw3c5k18psvvmbqgn4g79qq03bsvibzl4kqakq7"))))
"0kn6cka9m76697i495npd60ad64jnfnzv5z6znzyr0vlxx2nhcmg"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))