guix-commits
[Top][All Lists]
Advanced

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

63/85: gnu: gnome-calendar: Update to 3.22.2.


From: Mark H. Weaver
Subject: 63/85: gnu: gnome-calendar: Update to 3.22.2.
Date: Wed, 11 Jan 2017 16:36:08 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit 4b8aae4177eea524e8f0a3a252fbb5a10acce234
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 04:28:15 2017 -0500

    gnu: gnome-calendar: Update to 3.22.2.
    
    * gnu/packages/gnome.scm (gnome-calendar): Update to 3.22.2.
    [inputs]: Add gsettings-desktop-schemas.
---
 gnu/packages/gnome.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a841b1e..710dd2c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5224,7 +5224,7 @@ Microsoft SkyDrive and Hotmail, using their REST 
protocols.")
 (define-public gnome-calendar
   (package
     (name "gnome-calendar")
-    (version "3.20.2")
+    (version "3.22.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5232,7 +5232,7 @@ Microsoft SkyDrive and Hotmail, using their REST 
protocols.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1vny8fclwglapdyxd2g9fbwdlk5hhnb993k2hvq3rf0hcgswycpi"))))
+                "03wivk7hbyqrqcrd7jg0m2xj6q13248la2184qkf7zncnj72g5ih"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)
@@ -5241,7 +5241,8 @@ Microsoft SkyDrive and Hotmail, using their REST 
protocols.")
      `(("bdb" ,bdb)
        ("desktop-file-utils" ,desktop-file-utils)
        ("evolution-data-server" ,evolution-data-server)
-       ("gnome-online-accounts" ,gnome-online-accounts)))
+       ("gnome-online-accounts" ,gnome-online-accounts)
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
     (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]