Fabian Affolter
2024-11-06 08:21:14 +01:00
parent 0fc41ad977
commit 00395814bf
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.59";
version = "0.60";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
rev = "refs/tags/v${version}";
hash = "sha256-g7ldsWqVWM1FtOB2gFrCuATD5PthZhbelKT4NV6Rovg=";
hash = "sha256-Ws+SSzQyfPjjwkXYT1plRtuhMATQYCvH3AKG8llWCGo=";
};
build-system = [