diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-10-29 19:49:24 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-10-29 19:50:38 +0200 |
commit | 641fd253b88274c54d2428625db51899b86df9f9 (patch) | |
tree | e1479fa1d1d77fe681b923d7eb5c6c8f58eb5716 /gnu | |
parent | 29f97a2e3f54cc76cf629eed83e1ebbbe35ae5c1 (diff) | |
download | guix-641fd253b88274c54d2428625db51899b86df9f9.tar guix-641fd253b88274c54d2428625db51899b86df9f9.tar.gz |
gnu: komikku: Update to 0.35.2.
* gnu/packages/gnome.scm (komikku): Update to 0.35.2.
Diffstat (limited to 'gnu')
-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 b138ff228b..000db14d0b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12084,7 +12084,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.35.1") + (version "0.35.2") (source (origin (method git-fetch) @@ -12094,7 +12094,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "0975c55lmiwaqm0wj0ci91a90syjan3i99akrp0hl9m7r73jnfh9")))) + "11iq2mc8k7ny70vb0iqfjhj1hii0wvr4cv2p6b5rnjqdp6hc63n9")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |