python313Packages.holidays: 0.82 -> 0.83
Diff: https://github.com/vacanza/python-holidays/compare/v0.82...v0.83 Changelog: https://github.com/vacanza/python-holidays/releases/tag/v0.83
This commit is contained in:
committed by
Robert Schütz
parent
10ff775efb
commit
44d7eb3136
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "holidays";
|
||||
version = "0.82";
|
||||
version = "0.83";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "vacanza";
|
||||
repo = "python-holidays";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-H+qG9GqSPFODn0kWSIY/XJ1wAPI/iArCWR3yG+pFZXE=";
|
||||
hash = "sha256-GlOydhDSg03uZUxLXDoaT/Jq3DMk+HsSxBtPQE9DQ3U=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user