gnu: feh: Update to 3.1.

* gnu/packages/image-viewers.scm (feh): Update to 3.1.
This commit is contained in:
Marius Bakke 2018-11-21 22:23:47 +01:00
parent f9e5caf9ba
commit aa9eb25983
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -60,7 +60,7 @@ (define-module (gnu packages image-viewers)
(define-public feh
(package
(name "feh")
(version "3.0")
(version "3.1")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -68,7 +68,7 @@ (define-public feh
name "-" version ".tar.bz2"))
(sha256
(base32
"00fwf8yz7k8vzd30ly5ndlj6ax9w85dkjzjnlk95vd0zdrf4wyxn"))))
"01rrl009m1kxwvqqr98y4wk8m1al18fkxwv8cds2k7n4qiv6xdb7"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))