Skip to content

Commit 6042daf

Browse files
authored
python313Packages.holidays: 0.71 -> 0.72 (#405837)
2 parents 3561d68 + 64ddb9b commit 6042daf

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.71";
17+
version = "0.72";
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-umfwSIi9Vu3fDvSVbq3cbQZ83q925VwxVPHedzrcqag=";
26+
hash = "sha256-WkmB0jzNai7iCpSAJBzeRhtTDa+E74K8ebMiPIImXS0=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)