mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
[Backport staging-25.11] python3Packages.tzdata: 2025.2 -> 2026.2 (#513718)
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tzdata";
|
||||
version = "2025.2";
|
||||
version = "2026.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-tgpjj8wNr/rfgv4PV+U9Br3sLzbE32YoCuebzmvW8rk=";
|
||||
hash = "sha256-kXP959gNkBjgKmYuFo5aLQT4fEHqF0sTn772Qu2mLRA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
@@ -30,6 +30,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "tzdata" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/python/tzdata/blob/${version}/NEWS.md";
|
||||
description = "Provider of IANA time zone data";
|
||||
homepage = "https://github.com/python/tzdata";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user