mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: imv: Update to 4.3.1.
* gnu/packages/image-viewers.scm (imv): Update to 4.3.1. [arguments]: Don't explicitly return #t from phases. [source, home-page]: Update URL.
This commit is contained in:
parent
1eee548892
commit
c1f364a2d2
1 changed files with 5 additions and 6 deletions
|
@ -805,15 +805,15 @@ (define-public chafa
|
|||
(define-public imv
|
||||
(package
|
||||
(name "imv")
|
||||
(version "4.3.0")
|
||||
(version "4.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/eXeC64/imv")
|
||||
(url "https://git.sr.ht/~exec64/imv")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"12xcayyzmfknbff04z8jdlxsnnimgisqiah0bw07cyxx8ksmdzqw"))
|
||||
"01x6qg7nhikqh68gnzrdvq0rxma5v9z19il89y8bvdrcr7r1vh40"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
@ -827,8 +827,7 @@ (define-public imv
|
|||
(bin (string-append out "/bin")))
|
||||
(substitute* (string-append bin "/imv")
|
||||
(("imv-")
|
||||
(string-append bin "/imv-")))
|
||||
#t))))))
|
||||
(string-append bin "/imv-")))))))))
|
||||
(inputs
|
||||
(list freeimage
|
||||
glu
|
||||
|
@ -866,7 +865,7 @@ (define-public imv
|
|||
@item Configurable key bindings and behavior.
|
||||
@item Highly scriptable with IPC via imv-msg.
|
||||
@end itemize\n")
|
||||
(home-page "https://github.com/eXeC64/imv")
|
||||
(home-page "https://git.sr.ht/~exec64/imv/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public qiv
|
||||
|
|
Loading…
Reference in a new issue