mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #266958 from r-ryantm/auto-update/python310Packages.types-pyopenssl
python310Packages.types-pyopenssl: 23.2.0.2 -> 23.3.0.0
This commit is contained in:
commit
a09bed1094
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "types-pyopenssl";
|
pname = "types-pyopenssl";
|
||||||
version = "23.2.0.2";
|
version = "23.3.0.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "types-pyOpenSSL";
|
pname = "types-pyOpenSSL";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-agENrJ7NQrWC190sw+nkBIa3mztkuy//uhR0/5avkG0=";
|
hash = "sha256-X/sHf+cLaZyI1cqrmZroDhkv4ov2zaeYm355seTi3NM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user