guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: amtk: Update to 5.6.1.


From: guix-commits
Subject: 02/05: gnu: amtk: Update to 5.6.1.
Date: Sun, 22 Jan 2023 07:00:16 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 19e1bab4a05203db026cd089620581f3b74ed2f7
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jan 11 21:22:43 2023 +0100

    gnu: amtk: Update to 5.6.1.
    
    * gnu/packages/gnome.scm (amtk): Update to 5.6.1.
---
 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 bd95a7d06a..b0e8330174 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6216,7 +6216,7 @@ which are easy to play with the aid of a mouse.")
 (define-public amtk
   (package
     (name "amtk")
-    (version "5.5.1")
+    (version "5.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/amtk/"
@@ -6224,7 +6224,7 @@ which are easy to play with the aid of a mouse.")
                                   "amtk-" version ".tar.xz"))
               (sha256
                (base32
-                "176vplk3inf0pp0prma8478hp0yhziq0krp5a9l47hg22z86v2gc"))))
+                "0a1j2ynsa2nx1rzd55mdyp35d89zd9rfxd9ld4lsqal7bjw1a0fm"))))
     (build-system meson-build-system)
     (native-inputs
      (list gobject-introspection



reply via email to

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