From 0d6ec3af344572d8d0b55fe25a9b62ec809d8b75 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 13 Sep 2026 08:49:46 +0200 Subject: [PATCH] python3Packages.notifications-python-client: 12.1.0 -> 12.2.0 Diff: https://github.com/alphagov/notifications-python-client/compare/12.1.0...12.2.0 Changelog: https://github.com/alphagov/notifications-python-client/blob/12.2.0/CHANGELOG.md --- .../python-modules/notifications-python-client/default.nix | 4 ++-- 1 file 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 dbbd27abbc67..8c3b0bfe90aa 100644 --- a/pkgs/development/python-modules/notifications-python-client/default.nix +++ b/pkgs/development/python-modules/notifications-python-client/default.nix @@ -15,14 +15,14 @@ buildPythonPackage (finalAttrs: { pname = "notifications-python-client"; - version = "12.1.0"; + version = "12.2.0"; pyproject = true; src = fetchFromGitHub { owner = "alphagov"; repo = "notifications-python-client"; tag = finalAttrs.version; - hash = "sha256-jaNALtQQBxBE2ofBw9ZXC4z5VCnclAAHYvPMTBK74tY="; + hash = "sha256-tUAubS20CSTYgzVPjE8r6jK2l9Qy3YKggW1YEEm1Rlg="; }; postPatch = ''