GNU bug report logs -
#68027
[PATCH 0/2] Update tzdata.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 25 Dec 2023 15:22:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/base.scm (tzdata): Update to 2023b.
Change-Id: Ic34ed92837a4a6dfa0666bb3c4c23895f7094603
---
gnu/packages/base.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index ea6fdc3b88..e51c3eaae5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1553,7 +1553,7 @@ (define-public tzdata
(name "tzdata")
;; This package should be kept in sync with python-pytz in (gnu packages
;; time).
- (version "2022a")
+ (version "2023b")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1561,7 +1561,7 @@ (define-public tzdata
version ".tar.gz"))
(sha256
(base32
- "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
+ "0v0frv3pp6d2ki5bw5b9bvswkanmdi2j2mx9hzliyqcm9wkgsy4v"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f
@@ -1629,7 +1629,7 @@ (define-public tzdata
version ".tar.gz"))
(sha256
(base32
- "1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq")))))
+ "1lhkpv9jqi50srw331v3kg7nl0viqmwxlb4gr18vdp36pbiq4m0i")))))
(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)
--
2.41.0
This bug report was last modified 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.