python3Packages.pywebpush: 2.0.3 -> 2.2.0

https://github.com/web-push-libs/pywebpush/releases/tag/2.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:45 +01:00
parent 793fe8d3f8
commit 183eb8f2eb
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "pywebpush";
version = "2.0.3";
version = "2.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-WEh448JD6HOiLbiJVQXZVxW8eW73TMG4/pn1lhdBYeM=";
hash = "sha256-1MDuSYHnrAjPFHKf7ItsOu7FjVTm2jiGNcVwb8wts/Y=";
};
build-system = [ setuptools ];