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

gnu: feh: Update to 2.23.2.

* gnu/packages/image-viewers.scm (feh): Update to 2.23.2.
parent 119c09c2
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ (define-module (gnu packages image-viewers) ...@@ -58,7 +58,7 @@ (define-module (gnu packages image-viewers)
(define-public feh (define-public feh
(package (package
(name "feh") (name "feh")
(version "2.23.1") (version "2.23.2")
(home-page "https://feh.finalrewind.org/") (home-page "https://feh.finalrewind.org/")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
...@@ -66,7 +66,7 @@ (define-public feh ...@@ -66,7 +66,7 @@ (define-public feh
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1gp9szkcx7x0ifxihncbdaf6m075rqnnb8jks8dj0h9xhv869hcv")))) "1hw9xhhmm404ircmd7aw9n51n23wzjxzmav272ldk1pxb2jk3hcn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases (delete 'configure)) '(#:phases (modify-phases %standard-phases (delete 'configure))
......
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