guix-commits
[Top][All Lists]
Advanced

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

08/34: gnu: pangomm@2.42: Update to 2.46.0.


From: guix-commits
Subject: 08/34: gnu: pangomm@2.42: Update to 2.46.0.
Date: Sat, 22 May 2021 11:16:28 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0d2e7dee175fcc8bdf7b1800d1075d6208237d42
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 15 21:45:11 2021 +0200

    gnu: pangomm@2.42: Update to 2.46.0.
    
    * gnu/packages/gtk.scm (pangomm-2.42): Rename to ...
    (pangomm-2.46): ... this.  Update to 2.46.0.
    (gtkmm-2)[propagated-inputs]: Adjust accordingly.
---
 gnu/packages/gtk.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d85697b..6ad9605 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1487,11 +1487,11 @@ library.")
 library.")
     (license license:lgpl2.1+)))
 
-(define-public pangomm-2.42
+(define-public pangomm-2.46
   (package
     (inherit pangomm)
     (name "pangomm")
-    (version "2.42.2")
+    (version "2.46.0")
     (source
      (origin
        (method url-fetch)
@@ -1500,7 +1500,7 @@ library.")
                        (version-major+minor version)  "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "12nhs94rh38glr5hp31d6k9rmhzp6mfifn3pnp67a4mf4hkcj90v"))))
+        (base32 "06zczkaxf5p5kjgnzrfylzi40w9a8lxpndgs7rpn12qrsq27sy6k"))))
     (propagated-inputs
      `(("cairomm" ,cairomm-1.14)
        ("glibmm" ,glibmm-2.64)
@@ -1669,7 +1669,7 @@ tutorial.")
        ("cairomm" ,cairomm-1.14)
        ("glibmm" ,glibmm-2.64)
        ("gtk+" ,gtk+-2)
-       ("pangomm" ,pangomm-2.42)))))
+       ("pangomm" ,pangomm-2.46)))))
 
 (define-public gtksourceviewmm
   (package



reply via email to

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