Merge pull request #275555 from r-ryantm/auto-update/python310Packages.holidays

python310Packages.holidays: 0.37 -> 0.39
This commit is contained in:
Fabian Affolter 2023-12-20 15:11:03 +01:00 committed by GitHub
commit 1a499bdaea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.37";
version = "0.39";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "dr-prodigy";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-3IhyHLwTPLTcyZY/9dZFmIr7Ael8I3mZrXhqYaULwY8=";
hash = "sha256-PsrdR4voEAiEhgoeR03Xp/tacqtcEt1FhO4kfMYkSos=";
};
nativeBuildInputs = [