Unverified Commit 52ada0bf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.types-pyopenssl: 24.0.0.20240417 -> 24.1.0.20240425
parents 37cae5ff 1a653a69
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.20240417";
  version = "24.1.0.20240425";
  format = "setuptools";

  src = fetchPypi {
    pname = "types-pyOpenSSL";
    inherit version;
    hash = "sha256-OOdfuCjScXvhc3cLuujCKBH97GjivD9YM5VBE+uEI30=";
    hash = "sha256-Cn6CYmwZg9yNxZKSvyBlSlHDw4gby7mzN8HabjLwIE4=";
  };

  propagatedBuildInputs = [