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 (#412136)
This commit is contained in:
commit
72d47c8846
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyopenssl";
|
pname = "pyopenssl";
|
||||||
version = "25.0.0";
|
version = "25.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pyca";
|
owner = "pyca";
|
||||||
repo = "pyopenssl";
|
repo = "pyopenssl";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-CQHLEtNb2jX7WNAYlmv5EIgepetMl81Xl3AJuRqOHow=";
|
hash = "sha256-QF511MVyjfddmkTd2H7RNJeoWs+e0me4i55YGP4t910=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue