diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2024-01-08 09:30:36 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2024-01-08 09:30:36 +0100 |
| commit | 792bd7f814327c60b00a5f535af108cf0fd82433 (patch) | |
| tree | 264abbc303d7f0ce296ebaf046891af9e01904bb /pkgs/development/python-modules/notifications-python-client | |
| parent | 0b3d40242e75c370034e16804cdd17f3422588c9 (diff) | |
python311Packages.notifications-python-client: 8.2.0 -> 9.0.0
Diff: https://github.com/alphagov/notifications-python-client/compare/refs/tags/8.2.0...9.0.0
Changelog: https://github.com/alphagov/notifications-python-client/blob/9.0.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/notifications-python-client')
| -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 ec7e59a70e07..63f739489c3e 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 = "8.2.0"; + version = "9.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "alphagov"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-NGNGYvNlgJyxRfQEf6EIvA1+KfgT1xbpDTYBwLh3eQY="; + hash = "sha256-HDxCVwagHFenx0S2TPxiMIyyq4ovxe0yNi76sX2CC9s="; }; propagatedBuildInputs = [ |
