mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.pyopenssl: 25.0.0 -> 25.1.0
Diff: https://github.com/pyca/pyopenssl/compare/refs/tags/25.0.0...refs/tags/25.1.0 Changelog: https://github.com/pyca/pyopenssl/blob/25.1.0/CHANGELOG.rst
This commit is contained in:
parent
adfe0268d8
commit
c2c247d4f4
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyopenssl";
|
||||
version = "25.0.0";
|
||||
version = "25.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyca";
|
||||
repo = "pyopenssl";
|
||||
tag = version;
|
||||
hash = "sha256-CQHLEtNb2jX7WNAYlmv5EIgepetMl81Xl3AJuRqOHow=";
|
||||
hash = "sha256-QF511MVyjfddmkTd2H7RNJeoWs+e0me4i55YGP4t910=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue