Merge pull request #332894 from r-ryantm/auto-update/python312Packages.holidays

python312Packages.holidays: 0.53 -> 0.54
This commit is contained in:
Fabian Affolter 2024-08-07 09:03:02 +02:00 committed by GitHub
commit b1a8559279
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.53";
version = "0.54";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-qL6ZjnVecAs8vHbbb2IRQPSDpFFPmFuu16UEBsY8vKw=";
hash = "sha256-/mpbNuCnADuguI1v8cpYUdhBN8DjhjklCDVmMOsRvkM=";
};
build-system = [