Skip to content

Commit 94d54cc

Browse files
authored
python313Packages.holidays: 0.69 -> 0.70 (#398687)
2 parents 545f9e1 + 02b79ef commit 94d54cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "holidays";
17-
version = "0.69";
17+
version = "0.70";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "vacanza";
2424
repo = "python-holidays";
2525
tag = "v${version}";
26-
hash = "sha256-dt5f4Mu44YPKdoO6J3WKM5KXrHeAs+hKDF/c5mee6Z8=";
26+
hash = "sha256-0YjkuGJZbueoFerHKSHjIGn+NwFrz7rJRnrFLx28v6w=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)