From 47eb3213a5910b0f96a229e81b5d23484ce1bfa6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 30 May 2025 03:46:02 +0000 Subject: [PATCH] python3Packages.pushover-complete: 1.2.0 -> 2.0.0 --- .../python-modules/pushover-complete/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pushover-complete/default.nix b/pkgs/development/python-modules/pushover-complete/default.nix index 855be914b0c3..d6ff3d39096c 100644 --- a/pkgs/development/python-modules/pushover-complete/default.nix +++ b/pkgs/development/python-modules/pushover-complete/default.nix @@ -4,7 +4,6 @@ fetchPypi, setuptools, requests, - six, pytestCheckHook, requests-toolbelt, responses, @@ -12,20 +11,19 @@ buildPythonPackage rec { pname = "pushover-complete"; - version = "1.2.0"; + version = "2.0.0"; pyproject = true; src = fetchPypi { pname = "pushover_complete"; inherit version; - hash = "sha256-v0+JgShJMEdVXJ1xZD4UCKZzgV+uOuOstPn3nWtHDJw="; + hash = "sha256-JPx9hNc0JoQOdnj+6A029A3wEUyzA1K6T5mrOELtIac="; }; build-system = [ setuptools ]; dependencies = [ requests - six ]; nativeCheckInputs = [