python312Packages.holidays: 0.53 -> 0.54

This commit is contained in:
R. Ryantm
2024-08-07 04:18:37 +00:00
parent 60c217585b
commit 728ff1ccb5
@@ -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 = [