mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pyopenssl: 26.0.0 -> 26.3.0
https://github.com/pyca/pyopenssl/blob/26.3.0/CHANGELOG.rst
This commit is contained in:
parent
7163dc8f60
commit
bf2d049739
1 changed files with 2 additions and 2 deletions
|
|
@ -16,14 +16,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyopenssl";
|
||||
version = "26.0.0";
|
||||
version = "26.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyca";
|
||||
repo = "pyopenssl";
|
||||
tag = version;
|
||||
hash = "sha256-3Z9I4T1KPObZebVEMhykeq9yzQ446i9CZ5YwkeqlVTs=";
|
||||
hash = "sha256-ASpF7CcakrPS4qg8XFGYgYb7Etjg7wcVyMBbtAZaKO0=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue