gnu: feh: Update to 3.2.1.

* gnu/packages/image-viewers.scm (feh): Update to 3.2.1.
master
Marius Bakke 2019-07-27 21:50:23 +02:00
parent d5571bc652
commit 9b7f721db9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
(define-public feh
(package
(name "feh")
(version "3.1.3")
(version "3.2.1")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -72,7 +72,7 @@
name "-" version ".tar.bz2"))
(sha256
(base32
"1vsnxf4as3vyzjfhd8frzb1a8i7wnq7ck5ljx7qxqrnfqvxl1s4z"))))
"070axq8jpibcabmjfv4fmjmpk3k349vzvh4qhsi4n62bkcwl35wg"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))