Skip to content
Snippets Groups Projects
Unverified Commit fdcc9163 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: feh: Update to 2.18.3.

* gnu/packages/image-viewers.scm (feh): Update to 2.18.3.
parent 2c273a82
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ (define-module (gnu packages image-viewers) ...@@ -43,7 +43,7 @@ (define-module (gnu packages image-viewers)
(define-public feh (define-public feh
(package (package
(name "feh") (name "feh")
(version "2.18.2") (version "2.18.3")
(home-page "https://feh.finalrewind.org/") (home-page "https://feh.finalrewind.org/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
...@@ -51,7 +51,7 @@ (define-public feh ...@@ -51,7 +51,7 @@ (define-public feh
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"09f5rfzls4h5jcrp7ylwbiljp5qzc2nbw9p2csv0pnlaixj69gil")))) "0qq567d0g181k6llr6p759lnni39va5xakjqngd6063fm73nhbyq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-delete 'configure %standard-phases) '(#:phases (alist-delete 'configure %standard-phases)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment