diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-04-19 20:23:38 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-04-19 20:28:01 +0200 |
commit | 0b681c58964975237a2ceb3c1951f8934740f1f8 (patch) | |
tree | 1fb3c8d2a7f557116334cd3c05fb78c288d13495 /gnu/packages | |
parent | 6b4d37760e24e16fd32a7c2cc2dab289a7e3deb0 (diff) | |
download | guix-0b681c58964975237a2ceb3c1951f8934740f1f8.tar guix-0b681c58964975237a2ceb3c1951f8934740f1f8.tar.gz |
gnu: komikku: Update to 0.38.0.
* gnu/packages/gnome.scm (komikku): Update to 0.38.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fee431e246..dae6692109 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12415,7 +12415,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.37.0") + (version "0.38.0") (source (origin (method git-fetch) @@ -12425,7 +12425,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1ab17xjpfy9ks6dzgcnh2p5n9hl82mi6f8zbaz7s36115dmp4fbf")))) + "1khf51r8001j0cvjja5rkqi07v08nqyz97hx8fjyi7p3l5b5vkwc")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |