mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: feh: Update to 3.7.1.
* gnu/packages/image-viewers.scm (feh): Update to 3.7.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
53ccbc1755
commit
e76ed759a0
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ (define-public ytfzf
|
|||
(define-public feh
|
||||
(package
|
||||
(name "feh")
|
||||
(version "3.6.3")
|
||||
(version "3.7.1")
|
||||
(home-page "https://feh.finalrewind.org/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -257,7 +257,7 @@ (define-public feh
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d13x8hmvpdc5f5rj4l29ha7iz7wvqxjlvh6il04wq8igzrj0x23"))))
|
||||
"1djqjagp7k9rris1p8wgz0q8albgsd8gasc0hyanbjap3yk1rasp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||
|
|
Loading…
Reference in a new issue