We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 260d3cc + fa824fe commit 19dc8f9Copy full SHA for 19dc8f9
1 file changed
pkgs/development/python-modules/tzdata/default.nix
@@ -8,12 +8,12 @@
8
9
buildPythonPackage rec {
10
pname = "tzdata";
11
- version = "2025.3";
+ version = "2026.1";
12
pyproject = true;
13
14
src = fetchPypi {
15
inherit pname version;
16
- hash = "sha256-3jnCyl3HsDRPLrqG9J1hQBnSnwYPxOvIpBeJamILVqc=";
+ hash = "sha256-Z2WKGQPHWRcwnnU/3DSawO/Ywn23oMtAaiW+SED4f5g=";
17
};
18
19
nativeBuildInputs = [ setuptools ];
@@ -25,6 +25,7 @@ buildPythonPackage rec {
25
pythonImportsCheck = [ "tzdata" ];
26
27
meta = {
28
+ changelog = "https://github.com/python/tzdata/blob/${version}/NEWS.md";
29
description = "Provider of IANA time zone data";
30
homepage = "https://github.com/python/tzdata";
31
license = lib.licenses.asl20;
0 commit comments