guix-commits
[Top][All Lists]
Advanced

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

84/117: gnu: gnome-clocks: Update to 40.0.


From: guix-commits
Subject: 84/117: gnu: gnome-clocks: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:59 -0400 (EDT)

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

commit 79b10f944ea8be859147f07bf2818715f582c1f1
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:48:05 2021 +0100

    gnu: gnome-clocks: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-clocks): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8e2085f..d82ce61 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9304,15 +9304,15 @@ Microsoft SkyDrive and Hotmail, using their REST 
protocols.")
 (define-public gnome-clocks
   (package
     (name "gnome-clocks")
-    (version "3.34.0")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0g7hjk55smhkd09hwa9kag3h5a12l494wj89w9smpdk3ghsmy6b1"))))
+                "02d3jg46sn8d9gd4dsaly22gg5vkbz2gpq4pmwpvncb4rsqk7sn2"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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