python3Packages.pywebpush: 1.13.0 -> 1.14.0

This commit is contained in:
Fabian Affolter 2021-08-11 07:03:06 +02:00
parent fe6eb6881c
commit b42b61c636

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "pywebpush";
version = "1.13.0";
version = "1.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "97ef000a685cd1f63d9d3553568508508904bfe419485df2b83b025d94e9ae54";
sha256 = "sha256-bDbhZ5JoIZ5pO6lA2yvyVMJAygJmTeECtyaa/DxUVzE=";
};
propagatedBuildInputs = [
@ -36,6 +36,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "pywebpush" ];
meta = with lib; {
description = "Webpush Data encryption library for Python";
homepage = "https://github.com/web-push-libs/pywebpush";