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.
This commit is contained in:
parent
100f625b83
commit
a286b5ebda
|
@ -6403,7 +6403,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
|
||||||
(define-public gnome-calendar
|
(define-public gnome-calendar
|
||||||
(package
|
(package
|
||||||
(name "gnome-calendar")
|
(name "gnome-calendar")
|
||||||
(version "3.26.3")
|
(version "3.28.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -6411,7 +6411,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1clnfvvsaqw9vpxrs6qrxzmgpaw9x2nkjik2x2vwvm07pdvhddxn"))))
|
"0x6wxngf8fkwgbl6x7rzp0srrb43rm55klpb2vfjk2hahpbjvxyw"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -6426,7 +6426,10 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("evolution-data-server" ,evolution-data-server)
|
`(("evolution-data-server" ,evolution-data-server)
|
||||||
("gnome-online-accounts" ,gnome-online-accounts)
|
("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")
|
(home-page "https://wiki.gnome.org/Apps/Calendar")
|
||||||
(synopsis "GNOME's calendar application")
|
(synopsis "GNOME's calendar application")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue