From 078dbd22f5e2331f69d24cb1bcaee75cb76b920b Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Sun, 7 Feb 2021 13:11:47 +0100 Subject: gnu: tzdata: Update to 2021a. * gnu/packages/base.scm (tzdata): Update to 2021a. [inputs]: Update tzcode. Signed-off-by: Leo Famulari --- gnu/packages/base.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index f0f9353398..ea2e102c15 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -1274,7 +1274,9 @@ command.") (define-public tzdata (package (name "tzdata") - (version "2020f") + ;; This package should be kept in sync with python-pytz in (gnu packages + ;; time). + (version "2021a") (source (origin (method url-fetch) (uri (string-append @@ -1282,7 +1284,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "10b8cr55x6ji14n3kqkn3avj1s9b79b8gszh81fxrrisij8k248j")))) + "022fn6gkmp7pamlgab04x0dm5hnyn2m2fcnyr3pvm36612xd5rrr")))) (build-system gnu-build-system) (arguments `(#:tests? #f @@ -1342,7 +1344,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "1i998crd9fxdfhv4jd241j1arx0ng7j7cvczpmj4y5j5fwmfmvng")))))) + "1l02b0jiwp3fl0xd6227i69d26rmx3yrnq0ssq9vvdmm4jhvyipb")))))) (home-page "https://www.iana.org/time-zones") (synopsis "Database of current and historical time zones") (description "The Time Zone Database (often called tz or zoneinfo) -- cgit v1.2.3 8b941a50efac6caafd92e2be2715d46a7a554d9e'/>
AgeCommit message (Expand)Author
2019-12-04services: Add GNOME Keyring service....Leo Prikler
2019-11-30services: Add polkit-wheel-service to %desktop-services....Leo Prikler
2019-11-30services: Add polkit-wheel-service....Leo Prikler
2019-11-01services: colord: Deprecate 'colord-service' procedure....Ludovic Courtès
2019-10-22services: elogind, gnome, mate, xfce: Fix config type predicate identifiers....Ludovic Courtès
2019-10-21services: inputattach: Add 'baud-rate' parameter....Tim Gesthuizen
2019-10-20services: xfce: Add xfce4-power-manager to polkit settings....David Wilson
2019-08-28gnu: enlightenment: Update to 0.23.0....Efraim Flashner
2019-06-15services: Include USB_ModeSwitch in %desktop-services....Florian Pelz
2019-05-15services: Include ModemManager in %desktop-services....Florian Pelz
2019-05-14services: Add 'network-manager-applet' to %DESKTOP-SERVICES....Ludovic Courtès
2019-04-30services: colord: Make public and searchable....Ludovic Courtès
2019-04-30services: bluetooth: Make public and searchable....Ludovic Courtès
2019-04-26services: cups-pk-helper: Export....Ludovic Courtès
2019-04-05services: dbus: 'wrapped-dbus-service' accepts a list of variables....Ludovic Courtès
2019-04-05services: dbus: Add 'wrapped-dbus-service'....Ludovic Courtès
2019-03-28services: desktop: Switch to GDM....Ludovic Courtès
2019-03-27services: Deprecate 'xfce-desktop-service'....Ludovic Courtès
2019-03-27services: Deprecate 'gnome-desktop-service'....Ludovic Courtès
2019-03-18Correct name and email address for ng0....ng0
2019-03-18gnu: Add inputattach service....Tim Gesthuizen
2019-03-11services: mate-desktop: Deprecate the 'mate-desktop-service' procedure....Ludovic Courtès
2019-03-11services: mate-desktop: Add default value....Ludovic Courtès
2019-02-24services: desktop: Fix define for the upower-service procedure....Christopher Baines
2019-02-16services: desktop: Deprecate the upower-service procedure....Christopher Baines
2019-02-16services: Improve the upower-service-type....Christopher Baines
2019-02-16services: Improve the upower-configuration record....Christopher Baines
2019-02-13services: Add cups-pk-helper....Christopher Baines
2019-01-20gnu: %desktop-services: Use polkit-service-type....Efraim Flashner
2019-01-16services: avahi: Deprecate the 'avahi-service' procedure....Ludovic Courtès
2018-11-08services: elogind: Fix spelling errors of left value fields in elogind config......Stefan Stefanović
2018-10-19services: ntp: Document 'ntp-service-type' and 'ntp-configuration'....Ludovic Courtès
2018-05-24gnu: mate-desktop-service-type: Add description....Ricardo Wurmus
2018-05-24gnu: gnome-desktop-service-type: Add description....Ricardo Wurmus
2018-05-20services: Add Enlightenment desktop service....Efraim Flashner
2018-05-11services: desktop: Add alsa-service-type....Oleg Pykhalov
2018-04-04gnu: Add x11-socket-directory-service....Thorsten Wilms
2018-03-20Correct name and Email for ng0....ng0