Unverified Commit 47081f15 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #292497 from r-ryantm/auto-update/python311Packages.types-pyopenssl

python311Packages.types-pyopenssl: 24.0.0.20240130 -> 24.0.0.20240228
parents cd4a4fe0 3819a4a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [