lilyp pushed a commit to branch gnome-team
in repository guix.

commit 399443854700005addc1c4ca063d283eb155d5a6
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jul 14 12:11:16 2024 +0200

    gnu: gnome-clocks: Update to 46.0.
    
    * gnu/packages/gnome.scm (gnome-clocks): Update to 46.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 971135a19d..a7702aba44 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10702,7 +10702,7 @@ Microsoft SkyDrive and Hotmail, using their REST 
protocols.")
 (define-public gnome-clocks
   (package
     (name "gnome-clocks")
-    (version "44.0")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10710,7 +10710,7 @@ Microsoft SkyDrive and Hotmail, using their REST 
protocols.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0f1q9wxixjnhwypp6zaplxzj2lrk3x8gfy0x7811m3ybcmrskmqp"))))
+                "1iwr9ydg8bvd0xr4npr321km5wvkkdq2cmlbcr77byffrmwcb8za"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t

Reply via email to