diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-02-28 00:57:41 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-02-28 00:57:41 +0100 |
| commit | fd802ced97642e511dd2fc5805703cbb38ebc8a9 (patch) | |
| tree | c9c8bf4f3480c64bc3cf9c62798c87a4e5fa89a2 /pkgs/development/python-modules/notifications-python-client/default.nix | |
| parent | e5581418176f24bd67b73b1a1a40bb32ab12b3ae (diff) | |
python310Packages.notifications-python-client: 7.0.0 -> 8.0.0
Changelog: https://github.com/alphagov/notifications-python-client/blob/8.0.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/notifications-python-client/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/notifications-python-client/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/notifications-python-client/default.nix b/pkgs/development/python-modules/notifications-python-client/default.nix index 3b7ce45925a1..b41cc4344c49 100644 --- a/pkgs/development/python-modules/notifications-python-client/default.nix +++ b/pkgs/development/python-modules/notifications-python-client/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "notifications-python-client"; - version = "7.0.0"; + version = "8.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "alphagov"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-eJruM9hjyxz+DOkwB6ARkSHBELcXjtFOop/UCwd+vdE="; + hash = "sha256-feATZS7PG9IKY6ooPztA49WykQ/Bt67frSe3PpbiCLc="; }; propagatedBuildInputs = [ |
