unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 64001@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#64001] [PATCH v2] gnu: tzdata: Add version 2023c
Date: Mon, 12 Jun 2023 22:25:33 -0700	[thread overview]
Message-ID: <0a78e66621eeeab99bd2690f6506bdf7ff30541d.1686633880.git.atai@atai.org> (raw)
In-Reply-To: <051bf5390bf38d92602519cb4275f28a05622775.1686443945.git.atai@atai.org>

* gnu/packages/base.scm (tzdata-next): Version 2023c as new variable
---
 gnu/packages/base.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index d2f276c447..fa9fe5580f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1551,6 +1551,27 @@ (define-public tzdata
 ;;; package.
 (define-public tzdata-for-tests tzdata)
 
+;; needed for Europe/Kyiv addition
+(define-public tzdata-next
+  (package/inherit tzdata
+    (version "2023c")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "https://data.iana.org/time-zones/releases/tzdata"
+                   version ".tar.gz"))
+             (sha256
+              (base32
+               "0p4nvp5bdxxdqh269nvvcfrpycbbfwm31al5whwbpsaa3dfhnl9z"))))
+    (inputs (list (origin
+                    (method url-fetch)
+                    (uri (string-append
+                          "https://data.iana.org/time-zones/releases/tzcode"
+                          version ".tar.gz"))
+                    (sha256
+                     (base32
+                      "1rqln88ki0jagi372nqyn7bs03rf2l33081sy2835mwsn4mpzla6")))))))
+
 (define-public libiconv
   (package
     (name "libiconv")

base-commit: 6fe9a004dba2d4ddf69ff6f1714af15ffaa7e62a
-- 
2.40.1





      reply	other threads:[~2023-06-13 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-11  0:39 [bug#64001] [PATCH core-updates] gnu: tzdata: Update to 2023c Andy Tai
2023-06-13  5:25 ` Andy Tai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a78e66621eeeab99bd2690f6506bdf7ff30541d.1686633880.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=64001@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).