python3Packages.pyuptimerobot: 24.0.1 -> 25.0.0

Diff: https://github.com/ludeeus/pyuptimerobot/compare/24.0.1...25.0.0

Changelog: https://github.com/ludeeus/pyuptimerobot/releases/tag/25.0.0
This commit is contained in:
Robert Schütz
2026-05-07 02:59:20 +02:00
committed by Martin Weinelt
parent 6d241dfda9
commit bcfd62ca29
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyuptimerobot";
version = "24.0.1";
version = "25.0.0";
pyproject = true;
disabled = pythonOlder "3.14";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = "pyuptimerobot";
tag = version;
hash = "sha256-vlEXUwGCmscasdWyCxF1bFjA3weR74Zf3RCk5W5ljFg=";
hash = "sha256-Fa/65IANK/LP2AaD6hLVH+Jau0swCwd/iBQXVcle6Y0=";
};
postPatch = ''