diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 11:00:55 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:30 +0100 |
commit | 437bee3b7eb15bad5aa448abd7e78bae94272669 (patch) | |
tree | e2d16044967fc51ced962a5d35aabf8cca5fd18d | |
parent | 09fd37ca96bbbad4e644b78dbebbe3db40a18d80 (diff) |
gnu: pangomm: Update to 2.54.0.
* gnu/packages/gtk.scm (pangomm): Update to 2.54.0.
-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 694fa5b2b0..5bd2b662da 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1812,7 +1812,7 @@ library.") (define-public pangomm (package (name "pangomm") - (version "2.50.1") + (version "2.54.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1820,7 +1820,7 @@ library.") name "-" version ".tar.xz")) (sha256 (base32 - "054jglmnbig14fs99qqi5y174z9j90r6dprpyszw42742cs95jfc")))) + "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |