Merge pull request #320731 from r-ryantm/auto-update/python311Packages.holidays

python311Packages.holidays: 0.50 -> 0.51
This commit is contained in:
OTABI Tomoya 2024-06-18 21:45:37 +09:00 committed by GitHub
commit 11e68f0fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.50";
version = "0.51";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-C5DZzLfxTzo+s2HWvqWbtEUT0/CLKPQXyEUN4vgRmBA=";
hash = "sha256-0zLoxXgp4gby2pj96CJ2TOZBMmzuWKczotma7Q/3/ys=";
};
build-system = [