diff --git a/pkgs/development/python-modules/pushover-complete/default.nix b/pkgs/development/python-modules/pushover-complete/default.nix index e0da6ed66960..9b8a2e5f06d7 100644 --- a/pkgs/development/python-modules/pushover-complete/default.nix +++ b/pkgs/development/python-modules/pushover-complete/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pushover-complete"; - version = "1.1.1"; + version = "1.2.0"; format = "setuptools"; disabled = isPy27; src = fetchPypi { pname = "pushover_complete"; inherit version; - sha256 = "8a8f867e1f27762a28a0832c33c6003ca54ee04c935678d124b4c071f7cf5a1f"; + sha256 = "sha256-v0+JgShJMEdVXJ1xZD4UCKZzgV+uOuOstPn3nWtHDJw="; }; propagatedBuildInputs = [