gnu: feh: Update to 3.0.

* gnu/packages/image-viewers.scm (feh): Update to 3.0.
master
Marius Bakke 2018-11-14 15:40:19 +01:00
parent ee66a13563
commit bac2974e86
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.28.1")
(version "3.0")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -68,7 +68,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"0wian0gnx0yfxf8x9b8wr57fjd6rnmi3y3xj83ni6x0xqrjnf1lp"))))
"00fwf8yz7k8vzd30ly5ndlj6ax9w85dkjzjnlk95vd0zdrf4wyxn"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))