emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46360: closed ([PATCH] gnu: tzdata: Update to 2021a.)


From: GNU bug Tracking System
Subject: bug#46360: closed ([PATCH] gnu: tzdata: Update to 2021a.)
Date: Fri, 26 Mar 2021 19:22:02 +0000

Your message dated Fri, 26 Mar 2021 15:21:42 -0400
with message-id <YF40RpEv3t0hCc0N@jasmine.lan>
and subject line Re: [bug#46360] [PATCH] gnu: tzdata: Update to 2021a.
has caused the debbugs.gnu.org bug report #46360,
regarding [PATCH] gnu: tzdata: Update to 2021a.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46360: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46360
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tzdata: Update to 2021a. Date: Sun, 7 Feb 2021 13:11:47 +0100
* gnu/packages/base.scm (tzdata): Update to 2021a.
---
 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 9aa69cfe77..5733edb8da 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1244,7 +1244,7 @@ command.")
 (define-public tzdata
   (package
     (name "tzdata")
-    (version "2020f")
+    (version "2021a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1252,7 +1252,7 @@ command.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "10b8cr55x6ji14n3kqkn3avj1s9b79b8gszh81fxrrisij8k248j"))))
+               "022fn6gkmp7pamlgab04x0dm5hnyn2m2fcnyr3pvm36612xd5rrr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -1312,7 +1312,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)
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46360] [PATCH] gnu: tzdata: Update to 2021a. Date: Fri, 26 Mar 2021 15:21:42 -0400
I pushed this update to the master branch as
078dbd22f5e2331f69d24cb1bcaee75cb76b920b


--- End Message ---

reply via email to

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