mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: imv: Update to 4.4.0.
* gnu/packages/image-viewers.scm (imv): Update to 4.4.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
9006704a38
commit
19e4bb8da2
1 changed files with 2 additions and 2 deletions
|
@ -750,7 +750,7 @@ (define-public chafa
|
|||
(define-public imv
|
||||
(package
|
||||
(name "imv")
|
||||
(version "4.3.1")
|
||||
(version "4.4.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -758,7 +758,7 @@ (define-public imv
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"01x6qg7nhikqh68gnzrdvq0rxma5v9z19il89y8bvdrcr7r1vh40"))
|
||||
"1zlds43z17jrnsrfz3rf3sb3pa5gkmxaibq87509ikc7p1p09c9c"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue