diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 10:47:52 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:30 +0100 |
commit | 2027e8c343b4e43b9346ae2cf9132c23d1edf255 (patch) | |
tree | c967546ec88851bd41d3755d6ed81dd3af5eb429 | |
parent | e2b731ff8149c4899770713224c270e2216de265 (diff) |
gnu: atkmm: Update to 2.36.3.
* gnu/packages/gtk.scm (atkmm): Update to 2.36.3.
-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 85efca5212..4d5ff70ff6 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1874,7 +1874,7 @@ text rendering library.") (define-public atkmm (package (name "atkmm") - (version "2.36.2") + (version "2.36.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1882,7 +1882,7 @@ text rendering library.") name "-" version ".tar.xz")) (sha256 (base32 - "0yg0v8f0xms2cfj1r9q6yrl4757wrivpb4q56rbmx626yycxsqkg")))) + "0x2rdjmgmxza83lznss69nz7z6ny1cbh1ih2fbdhmpn4l3m69hkf")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |