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

python312Packages.holidays: 0.54 -> 0.55
This commit is contained in:
Fabian Affolter
2024-08-20 09:07:05 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.54";
version = "0.55";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-/mpbNuCnADuguI1v8cpYUdhBN8DjhjklCDVmMOsRvkM=";
hash = "sha256-4TJgXY0n7UMr5dGuhfE7WqPCgEBfvb0QUxJNYdaAOLE=";
};
build-system = [