gnu: feh: Update to 2.19.1.

* gnu/packages/image-viewers.scm (feh): Update to 2.19.1.
This commit is contained in:
Marius Bakke 2017-07-25 20:43:46 +02:00
parent 5f02ea1a6d
commit 4eacb47de0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -54,7 +54,7 @@ (define-module (gnu packages image-viewers)
(define-public feh
(package
(name "feh")
(version "2.19")
(version "2.19.1")
(home-page "https://feh.finalrewind.org/")
(source (origin
(method url-fetch)
@ -62,11 +62,11 @@ (define-public feh
name "-" version ".tar.bz2"))
(sha256
(base32
"1sfhr6628xpj9p6bqihdq35y139x2gmrpydjlrwsl1rs77c2bgnf"))))
"1d4ycmai3dpajl0bdr9i56646g4h5j1lb95jjn0nckwcddcj927c"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)
#:tests? #f
#:tests? #f ;FIXME: Requires 'perl-test-command'.
#:make-flags
(list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out")))))
(inputs `(("imlib2" ,imlib2)