mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: feh: Update to 3.7.2.
* gnu/packages/image-viewers.scm (feh): Update to 3.7.2.
This commit is contained in:
parent
fa6bcae4c4
commit
ea0fb5a567
1 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
||||||
(define-public feh
|
(define-public feh
|
||||||
(package
|
(package
|
||||||
(name "feh")
|
(name "feh")
|
||||||
(version "3.7.1")
|
(version "3.7.2")
|
||||||
(home-page "https://feh.finalrewind.org/")
|
(home-page "https://feh.finalrewind.org/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -259,7 +259,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1djqjagp7k9rris1p8wgz0q8albgsd8gasc0hyanbjap3yk1rasp"))))
|
"0n42kj18ldlcmrmk5qir9gs9irdl1vz9913n8p941x8cfb98ywc4"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue