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 1c5f393 + 20ccf04 commit 3210f68Copy full SHA for 3210f68
pkgs/development/python-modules/holidays/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "holidays";
17
- version = "0.65";
+ version = "0.66";
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-ykfcIWTRwYntp0cgrtNdgOH9y8P4TxayFPKRbo+5cI8=";
+ hash = "sha256-9VX+g7p9YmwahikVnQQ1kbm82VZLm5nqMQktQhbflBw=";
27
};
28
29
build-system = [
0 commit comments