guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: atkmm-2.28: Update to 2.28.3.


From: guix-commits
Subject: 03/08: gnu: atkmm-2.28: Update to 2.28.3.
Date: Wed, 21 Feb 2024 14:53:29 -0500 (EST)

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

commit dd3ad50385a14d14d5be365dd28494f72646eb9b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 14:24:22 2024 -0500

    gnu: atkmm-2.28: Update to 2.28.3.
    
    * gnu/packages/gtk.scm (atkmm-2.28): Update to 2.28.3.
    
    Change-Id: I4775d76eda706bab1dfc29334aa91c6f2b317498
---
 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 c8dd8b1592..8012d9c772 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1779,7 +1779,7 @@ text rendering library.")
   (package
     (inherit atkmm)
     (name "atkmm")
-    (version "2.28.1")
+    (version "2.28.3")
     (source
      (origin
        (method url-fetch)
@@ -1788,7 +1788,7 @@ text rendering library.")
                        (version-major+minor version)  "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
+        (base32 "0scricjx6p7acxrxmj232d6qi42zdkjh90xila6vw2d9hss8h83w"))))
     (propagated-inputs
      (modify-inputs (package-propagated-inputs atkmm)
        (replace "glibmm" glibmm-2.64)))))



reply via email to

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