Loading pkgs/development/python-modules/dtlssocket/default.nix +14 −9 Original line number Diff line number Diff line Loading @@ -3,26 +3,31 @@ buildPythonPackage, fetchPypi, autoconf, cython_0, automake, cython, pkg-config, setuptools, }: buildPythonPackage rec { pname = "dtlssocket"; version = "0.1.19"; format = "pyproject"; version = "0.2.2"; pyproject = true; src = fetchPypi { pname = "DTLSSocket"; inherit version; hash = "sha256-hKwWkQ/K+FTgn2Gs8Pynz/ihuVeO8grqekPPbGK5eDI="; inherit pname version; hash = "sha256-TnbXFXJuDEbcCeNdqbZxewY8I4mwbBcj3sw7o4tzh/Q="; }; build-system = [ cython setuptools ]; nativeBuildInputs = [ autoconf cython_0 setuptools automake pkg-config ]; # no tests on PyPI, no tags on GitLab Loading Loading
pkgs/development/python-modules/dtlssocket/default.nix +14 −9 Original line number Diff line number Diff line Loading @@ -3,26 +3,31 @@ buildPythonPackage, fetchPypi, autoconf, cython_0, automake, cython, pkg-config, setuptools, }: buildPythonPackage rec { pname = "dtlssocket"; version = "0.1.19"; format = "pyproject"; version = "0.2.2"; pyproject = true; src = fetchPypi { pname = "DTLSSocket"; inherit version; hash = "sha256-hKwWkQ/K+FTgn2Gs8Pynz/ihuVeO8grqekPPbGK5eDI="; inherit pname version; hash = "sha256-TnbXFXJuDEbcCeNdqbZxewY8I4mwbBcj3sw7o4tzh/Q="; }; build-system = [ cython setuptools ]; nativeBuildInputs = [ autoconf cython_0 setuptools automake pkg-config ]; # no tests on PyPI, no tags on GitLab Loading