python310Packages.types-pyopenssl: 23.2.0.2 -> 23.3.0.0

This commit is contained in:
R. Ryantm 2023-11-12 02:47:24 +00:00
parent 647a6f42ee
commit 80be7c1418

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "types-pyopenssl";
version = "23.2.0.2";
version = "23.3.0.0";
format = "setuptools";
src = fetchPypi {
pname = "types-pyOpenSSL";
inherit version;
hash = "sha256-agENrJ7NQrWC190sw+nkBIa3mztkuy//uhR0/5avkG0=";
hash = "sha256-X/sHf+cLaZyI1cqrmZroDhkv4ov2zaeYm355seTi3NM=";
};
propagatedBuildInputs = [