guix-commits
[Top][All Lists]
Advanced

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

34/122: gnu: pangomm-2.42: Update to 2.42.2.


From: guix-commits
Subject: 34/122: gnu: pangomm-2.42: Update to 2.42.2.
Date: Fri, 11 Jun 2021 12:11:58 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 00151087e5f9eab4e70e30833a77d64e8bb3feb0
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 15:37:49 2021 -0400

    gnu: pangomm-2.42: Update to 2.42.2.
    
    * gnu/packages/gtk.scm (pangomm-2.42)[version]: Update to 2.42.2.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 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 f9e2fb9..3d7152b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1401,7 +1401,7 @@ library.")
   (package
     (inherit pangomm)
     (name "pangomm")
-    (version "2.42.1")
+    (version "2.42.2")
     (source
      (origin
        (method url-fetch)
@@ -1410,7 +1410,7 @@ library.")
                        (version-major+minor version)  "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "03zli5amizhv9bfklwfq7xyf0b5dagchx1lnz9f0v1rhk69h9gql"))))
+        (base32 "12nhs94rh38glr5hp31d6k9rmhzp6mfifn3pnp67a4mf4hkcj90v"))))
     (propagated-inputs
      `(("cairomm" ,cairomm-1.13)
        ("glibmm" ,glibmm-2.64)



reply via email to

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