guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72702] [PATCH gnome-team 08/20] gnu: pangomm: Update to 2.54.0.


From: Liliana Marie Prikler
Subject: [bug#72702] [PATCH gnome-team 08/20] gnu: pangomm: Update to 2.54.0.
Date: Sat, 17 Aug 2024 11:00:55 +0200

* gnu/packages/gtk.scm (pangomm): Update to 2.54.0.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9f534ca36d..eac0617a17 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1743,7 +1743,7 @@ (define-public cairomm-1.14
 (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 "/"
@@ -1751,7 +1751,7 @@ (define-public pangomm
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "054jglmnbig14fs99qqi5y174z9j90r6dprpyszw42742cs95jfc"))))
+                "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]