guix-patches
[Top][All Lists]
Advanced

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

[bug#74233] [PATCHv2 rust-team 39/40] gnu: Add pango-1.52.


From: Giacomo Leidi
Subject: [bug#74233] [PATCHv2 rust-team 39/40] gnu: Add pango-1.52.
Date: Thu, 7 Nov 2024 23:22:24 +0100

* gnu/packages/gtk.scm (pango-1.52): New variable.

Change-Id: I3007e2bf8edc24f2602d625c8e99388ef7e76593
---
 gnu/packages/gtk.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ef1391e8ba..4e3e2fd70b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -469,6 +469,19 @@ (define-public pango-1.42
                        (("test-layout\\$\\(EXEEXT\\)") ""))
                      #t)))))))
 
+(define-public pango-1.52
+  (package
+   (inherit pango)
+   (version "1.52.2")
+   (source (origin
+             (method url-fetch)
+             (uri (string-append "mirror://gnome/sources/pango/"
+                                 (version-major+minor version) "/"
+                                 "pango-" version ".tar.xz"))
+             (sha256
+              (base32
+               "0sx9g0gv8dppizjvh21rx0n5zkly6kwrkv6yafw18a0807z6l1yh"))))))
+
 (define-public pango-1.90
   (package
     (inherit pango)
-- 
2.46.0






reply via email to

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