python312Packages.holidays: 0.54 -> 0.55

This commit is contained in:
R. Ryantm
2024-08-20 05:25:07 +00:00
parent 625941e1a9
commit b82482e8a4
@@ -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 = [