summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2023-05-26 09:39:48 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-27 09:14:48 +0000
commit3d622da1d397d0d7f61502987603b6d70638d7ce (patch)
tree4ea5afbffa983c120885f23575d3384fdcbae6e4 /pkgs/development
parent5d0a53f1d5f9863ed73656026b4d6fa87819a8ea (diff)
python3Packages.uptime-kuma-api: 0.13.0 -> 1.0.1
(cherry picked from commit e29436ee4df21ca8386a3fa3f350093c3181b45a)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/uptime-kuma-api/default.nix4
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 48bbbf84aa114..f9de280dad468 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 = "0.13.0";
+  version = "1.0.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "uptime_kuma_api";
     inherit version;
-    hash = "sha256-MoHE6Y7x1F1l70tuCHNIPt+vpqfJ00EUIMHnE4476Co=";
+    hash = "sha256-6Cwo71pgwBk5B6MaFFs9XlbocJLL/s4+7m7Gi13ddlM=";
   };
 
   propagatedBuildInputs = [