python3Packages.pushover-complete: 1.2.0 -> 2.0.0 (#412237)

This commit is contained in:
Jörg Thalheim
2025-06-29 08:10:22 +02:00
committed by GitHub
@@ -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 = [