python3Packages.schedula: 1.5.69 -> 1.5.70 (#459352)

This commit is contained in:
Florian Klink
2025-11-10 13:03:57 +00:00
committed by GitHub
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "schedula";
version = "1.5.69";
version = "1.5.70";
pyproject = true;
src = fetchFromGitHub {
owner = "vinci1it2000";
repo = "schedula";
tag = "v${version}";
hash = "sha256-4TIppCYfCIf5mEqBeuX/pP27RyAI40es1ULidb+i+o8=";
hash = "sha256-F/mP9z+FfcOXZx8neVg5hbCNORaqwrF0jjhcs1jXFEE=";
};
build-system = [ setuptools ];