Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.notifications-python-client: 7.0.0 -> 8.0.0

Changelog: https://github.com/alphagov/notifications-python-client/blob/8.0.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/notifications-python-client/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "notifications-python-client"; 17 - version = "7.0.0"; 17 + version = "8.0.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "alphagov"; 24 24 repo = pname; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-eJruM9hjyxz+DOkwB6ARkSHBELcXjtFOop/UCwd+vdE="; 26 + hash = "sha256-feATZS7PG9IKY6ooPztA49WykQ/Bt67frSe3PpbiCLc="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [