python3Packages.notifications-python-client: 12.1.0 -> 12.2.0 (#562799)

This commit is contained in:
Fabian Affolter
2026-09-13 13:02:37 +00:00
committed by GitHub

View File

@@ -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 = ''