python311Packages.types-pyopenssl: 24.0.0.20240130 -> 24.0.0.20240228

This commit is contained in:
R. Ryantm 2024-03-01 07:34:41 +00:00
parent 09c1497ce5
commit 3819a4a1fb

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "types-pyopenssl";
version = "24.0.0.20240130";
version = "24.0.0.20240228";
format = "setuptools";
src = fetchPypi {
pname = "types-pyOpenSSL";
inherit version;
hash = "sha256-yBLlwcNSSfde9ZNXCLKpl9Yqv5dFviIuX5S5WVRyqyU=";
hash = "sha256-zZkHF9iqN0PvDnPg9GLmS1TZDDBCSSMtSP7OTw98PGo=";
};
propagatedBuildInputs = [