me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2021-12-18 16:47:26 +01:00
parent 1eee548892
commit c1f364a2d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 6 deletions

View File

@ -805,15 +805,15 @@ displayed in a terminal.")
(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 @@ displayed in a terminal.")
(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 @@ with tiling window managers. Features include:
@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