Skip to content

Commit 9654fb4

Browse files
python3Packages.python-mbedtls: 2.8.0 -> 2.10.1 (#436874)
2 parents 9d74181 + 5df7866 commit 9654fb4

File tree

1 file changed

+7
-5
lines changed
  • pkgs/development/python-modules/python-mbedtls

1 file changed

+7
-5
lines changed

pkgs/development/python-modules/python-mbedtls/default.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,30 @@
1212

1313
buildPythonPackage rec {
1414
pname = "python-mbedtls";
15-
version = "2.8.0";
16-
format = "setuptools";
15+
version = "2.10.1";
16+
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "Synss";
2020
repo = "python-mbedtls";
2121
rev = version;
22-
hash = "sha256-gMFludfAprQ/1JR77Ee6/xVvGLJ9pY1LrouLpSKVrzk=";
22+
hash = "sha256-eKKb12G/0QAcwtv5Yk/92QXhMipeKOfKR1JEaNHDIlg=";
2323
};
2424

25-
nativeBuildInputs = [
25+
build-system = [
2626
cython
2727
setuptools
2828
];
2929

3030
buildInputs = [ mbedtls_2 ];
3131

32-
propagatedBuildInputs = [
32+
dependencies = [
3333
certifi
3434
typing-extensions
3535
];
3636

37+
__darwinAllowLocalNetworking = true;
38+
3739
nativeCheckInputs = [ pytestCheckHook ];
3840

3941
pythonImportsCheck = [ "mbedtls" ];

0 commit comments

Comments
 (0)