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 545f9e1 + 02b79ef commit 94d54ccCopy full SHA for 94d54cc
pkgs/development/python-modules/holidays/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "holidays";
17
- version = "0.69";
+ version = "0.70";
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-dt5f4Mu44YPKdoO6J3WKM5KXrHeAs+hKDF/c5mee6Z8=";
+ hash = "sha256-0YjkuGJZbueoFerHKSHjIGn+NwFrz7rJRnrFLx28v6w=";
27
};
28
29
build-system = [
0 commit comments