guix-commits
[Top][All Lists]
Advanced

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

46/117: gnu: amtk: Update to 5.2.0.


From: guix-commits
Subject: 46/117: gnu: amtk: Update to 5.2.0.
Date: Tue, 23 Mar 2021 19:25:47 -0400 (EDT)

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

commit c0189f82ac65b1e909c8aad6e51f345e7143abf4
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:39:13 2021 +0100

    gnu: amtk: Update to 5.2.0.
    
    * gnu/packages/gnome.scm (amtk): Update to 5.2.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 152f092..6b7ff8d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5512,7 +5512,7 @@ which are easy to play with the aid of a mouse.")
 (define-public amtk
   (package
     (name "amtk")
-    (version "5.0.2")
+    (version "5.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/amtk/"
@@ -5520,7 +5520,7 @@ which are easy to play with the aid of a mouse.")
                                   "amtk-" version ".tar.xz"))
               (sha256
                (base32
-                "11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
+                "0y3hmmflw4i0y0yb9a8rlihbv3cbwnvdcf1n5jycwzpq9jxla1c2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-gtk-doc")))



reply via email to

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