python3Packages.schedula: 1.5.65 -> 1.5.69

This commit is contained in:
R. Ryantm
2025-10-31 08:40:02 +00:00
parent 55fc1b11fa
commit be8c31f2c4

View File

@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "schedula";
version = "1.5.65";
version = "1.5.69";
pyproject = true;
src = fetchFromGitHub {
owner = "vinci1it2000";
repo = "schedula";
tag = "v${version}";
hash = "sha256-f67W6oyX7oEZSGXTth+FHOa8efj1tQ+B0taDDqjOSR8=";
hash = "sha256-4TIppCYfCIf5mEqBeuX/pP27RyAI40es1ULidb+i+o8=";
};
build-system = [ setuptools ];