Fabian Affolter
2025-04-14 23:36:59 +02:00
parent 82172395a4
commit 02b79ef6fc
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.69";
version = "0.70";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "python-holidays";
tag = "v${version}";
hash = "sha256-dt5f4Mu44YPKdoO6J3WKM5KXrHeAs+hKDF/c5mee6Z8=";
hash = "sha256-0YjkuGJZbueoFerHKSHjIGn+NwFrz7rJRnrFLx28v6w=";
};
build-system = [