Skip to content

Commit 354946b

Browse files
authored
python312Packages.holidays: 0.63 -> 0.64 (NixOS#371564)
2 parents adbfb6e + 83178a8 commit 354946b

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.63";
17+
version = "0.64";
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-XA6XvxWHttt+ic5027Q/3VGqrFYznYCiExSFBHU7qcY=";
26+
hash = "sha256-rPQr7nyouBepTi4tW0+wrbROYyWo92KkZUI6ff5jl7I=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)