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 adbfb6e + 83178a8 commit 354946bCopy full SHA for 354946b
pkgs/development/python-modules/holidays/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "holidays";
17
- version = "0.63";
+ version = "0.64";
18
pyproject = true;
19
20
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "vacanza";
24
repo = "python-holidays";
25
tag = "v${version}";
26
- hash = "sha256-XA6XvxWHttt+ic5027Q/3VGqrFYznYCiExSFBHU7qcY=";
+ hash = "sha256-rPQr7nyouBepTi4tW0+wrbROYyWo92KkZUI6ff5jl7I=";
27
};
28
29
build-system = [
0 commit comments