diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-10-16 12:11:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 12:11:42 -0400 |
| commit | 914c19ef26cc06e32869e982d06106a55a8be20f (patch) | |
| tree | 0d7d4ab1f93e6b2abdd6c30d6365eecbc80fca97 /pkgs/development/python-modules/uptime-kuma-api/default.nix | |
| parent | Merge pull request #261428 from r-ryantm/auto-update/python310Packages.vispy (diff) | |
| parent | python310Packages.uptime-kuma-api: 1.2.0 -> 1.2.1 (diff) | |
| download | nixpkgs-914c19ef26cc06e32869e982d06106a55a8be20f.tar.gz | |
Merge pull request #261424 from r-ryantm/auto-update/python310Packages.uptime-kuma-api
python310Packages.uptime-kuma-api: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/development/python-modules/uptime-kuma-api/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/uptime-kuma-api/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uptime-kuma-api/default.nix b/pkgs/development/python-modules/uptime-kuma-api/default.nix index 2912c44fcf06..1d7db943ad81 100644 --- a/pkgs/development/python-modules/uptime-kuma-api/default.nix +++ b/pkgs/development/python-modules/uptime-kuma-api/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "uptime-kuma-api"; - version = "1.2.0"; + version = "1.2.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "uptime_kuma_api"; inherit version; - hash = "sha256-owRLc6823jJbEEzdJ3ORCkQfaEvxxs0uwYLzzCa17zI="; + hash = "sha256-tZ5ln3sy6W5RLcwjzLbhobCNLbHXIhXIzrcOVCG+Z+E="; }; propagatedBuildInputs = [ |
