python311Packages.types-pyopenssl: 24.0.0.20240417 -> 24.1.0.20240425

This commit is contained in:
R. Ryantm
2024-05-11 01:50:15 +00:00
parent 0c9055e823
commit 1a653a69a6
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "types-pyopenssl";
version = "24.0.0.20240417";
version = "24.1.0.20240425";
format = "setuptools";
src = fetchPypi {
pname = "types-pyOpenSSL";
inherit version;
hash = "sha256-OOdfuCjScXvhc3cLuujCKBH97GjivD9YM5VBE+uEI30=";
hash = "sha256-Cn6CYmwZg9yNxZKSvyBlSlHDw4gby7mzN8HabjLwIE4=";
};
propagatedBuildInputs = [