diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-08-06 00:36:01 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-08-06 06:45:13 +0200 |
commit | 8b6c4eddedc1b4e4a4a2519cf3ed213f3fa8cb0d (patch) | |
tree | 0c36e62f646a62e74135555d72c2e551a87bbade | |
parent | 79fbe4f524cf89ab5bcc739ac61500392ebfa07b (diff) | |
download | guix-8b6c4eddedc1b4e4a4a2519cf3ed213f3fa8cb0d.tar.gz |
gnu: komikku: Update to 0.40.0.
* gnu/packages/gnome.scm (komikku): Update to 0.40.0.
-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 0044bb33fb..6a6b3edca9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12437,7 +12437,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.39.0") + (version "0.40.0") (source (origin (method git-fetch) @@ -12447,7 +12447,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1g765kbgimfpvma67j1gscj046n2q9a9nr2pczlw65qwlm0418c5")))) + "12l6qks4kwi75ss61yx1f515nb30d987qw3yhi4a36w5xz721p5z")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |