python312Packages.pywebpush: 2.0.0 -> 2.0.1 (#348671)

This commit is contained in:
Nick Cao 2024-10-15 13:20:13 -04:00 committed by GitHub
commit 4987a3df80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pywebpush";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-A8zD6XW2A3S3Y0xJVZVha+Ujvyx9oNl26E/amsjGMwE=";
hash = "sha256-cuNYauyJoGNzwFheb5fG/QuBUZ5B8yiWo2OZCez0XbA=";
};
build-system = [ setuptools ];