guix-commits
[Top][All Lists]
Advanced

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

55/74: gnu: gnome-calendar: Update to 3.28.2.


From: guix-commits
Subject: 55/74: gnu: gnome-calendar: Update to 3.28.2.
Date: Tue, 4 Dec 2018 10:39:51 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 0bd468c2a05f78e739edb904c448d520e93ae111
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 16:46:57 2018 +0200

    gnu: gnome-calendar: Update to 3.28.2.
    
    * gnu/packages/gnome.scm (gnome-calendar): Update to 3.28.2.
    [inputs]: Add libdazzle, libgweather, and geoclue.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2146ee1..fa90779 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6266,7 +6266,7 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
 (define-public gnome-calendar
   (package
     (name "gnome-calendar")
-    (version "3.26.3")
+    (version "3.28.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6274,7 +6274,7 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1clnfvvsaqw9vpxrs6qrxzmgpaw9x2nkjik2x2vwvm07pdvhddxn"))))
+                "0x6wxngf8fkwgbl6x7rzp0srrb43rm55klpb2vfjk2hahpbjvxyw"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -6289,7 +6289,10 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
     (inputs
      `(("evolution-data-server" ,evolution-data-server)
        ("gnome-online-accounts" ,gnome-online-accounts)
-       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+       ("libdazzle" ,libdazzle)
+       ("libgweather" ,libgweather)
+       ("geoclue" ,geoclue)))
     (home-page "https://wiki.gnome.org/Apps/Calendar";)
     (synopsis "GNOME's calendar application")
     (description



reply via email to

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