diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-03-30 23:48:14 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-03-31 14:16:38 +0200 |
commit | 5426672063aab661701819c0fd58f42ba5cec8f5 (patch) | |
tree | e503b7200fa1e7f29dfc14bfd50fd8458a73d763 /gnu/packages | |
parent | c000352c27f511dfb5569bef09f9b774d6100117 (diff) | |
download | guix-5426672063aab661701819c0fd58f42ba5cec8f5.tar.gz |
gnu: atkmm: Update to 2.36.2.
* gnu/packages/gtk.scm (atkmm): Update to 2.36.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index a19c9c372b..48e78146aa 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1760,7 +1760,7 @@ text rendering library.") (define-public atkmm (package (name "atkmm") - (version "2.36.0") + (version "2.36.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1768,7 +1768,7 @@ text rendering library.") name "-" version ".tar.xz")) (sha256 (base32 - "0wwr0663jrqx2klsasffd9wpk3kqnwisj1y3ahdkjdk5hzrsjgy9")))) + "0yg0v8f0xms2cfj1r9q6yrl4757wrivpb4q56rbmx626yycxsqkg")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |