diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2023-02-05 13:23:48 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-02-05 14:03:21 +0100 |
commit | 19e4bb8da2eab765da030107930b030540779585 (patch) | |
tree | 2d71468e316441c6c2d89410051af22c0b203686 /gnu/packages | |
parent | 9006704a38c7848e39bf7cc634406ec3f4c6cd75 (diff) | |
download | guix-19e4bb8da2eab765da030107930b030540779585.tar.gz guix-19e4bb8da2eab765da030107930b030540779585.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/image-viewers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 200b8c1cc3..0701f7bd4f 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -750,7 +750,7 @@ displayed in a terminal.") (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 @@ displayed in a terminal.") (commit (string-append "v" version)))) (sha256 (base32 - "01x6qg7nhikqh68gnzrdvq0rxma5v9z19il89y8bvdrcr7r1vh40")) + "1zlds43z17jrnsrfz3rf3sb3pa5gkmxaibq87509ikc7p1p09c9c")) (file-name (git-file-name name version)))) (build-system meson-build-system) (arguments |