Skip to content

Commit fa824fe

Browse files
committed
python3Packages.tzdata: 2025.3 -> 2026.1
Changelog: https://github.com/python/tzdata/blob/2026.1/NEWS.md
1 parent e11cc50 commit fa824fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/development/python-modules/tzdata/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
buildPythonPackage rec {
1010
pname = "tzdata";
11-
version = "2025.3";
11+
version = "2026.1";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
hash = "sha256-3jnCyl3HsDRPLrqG9J1hQBnSnwYPxOvIpBeJamILVqc=";
16+
hash = "sha256-Z2WKGQPHWRcwnnU/3DSawO/Ywn23oMtAaiW+SED4f5g=";
1717
};
1818

1919
nativeBuildInputs = [ setuptools ];
@@ -25,6 +25,7 @@ buildPythonPackage rec {
2525
pythonImportsCheck = [ "tzdata" ];
2626

2727
meta = {
28+
changelog = "https://github.com/python/tzdata/blob/${version}/NEWS.md";
2829
description = "Provider of IANA time zone data";
2930
homepage = "https://github.com/python/tzdata";
3031
license = lib.licenses.asl20;

0 commit comments

Comments
 (0)