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

python311Packages.holidays: 0.48 -> 0.49
This commit is contained in:
Fabian Affolter 2024-05-22 08:51:45 +02:00 committed by GitHub
commit 1c4f98c3d9
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.48";
version = "0.49";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-PKa4knEUkULeGbwjEViF2J3QyUOOvKHYxy0ChmRQf6A=";
hash = "sha256-pO2365FS8Axo+dBSHmlnHtnXIExzSI86BVGD0DCN2KU=";
};
build-system = [