python3Packages.pywebpush: 2.3.0 -> 2.4.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:52 +02:00
parent b69582a642
commit 041d3f0d94

View File

@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "pywebpush";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-0eJ9uN6eZ1fBh19nKSVUvVTEGHTDb0tcTrtUQtziBPI=";
hash = "sha256-USWUzFeaKoeO1VjnVYb6OxX1IYEfDDsdRnGpptj0FHI=";
};
build-system = [ setuptools ];