Loading pkgs/development/python-modules/niquests/default.nix +4 −6 Original line number Diff line number Diff line { aiofiles, buildPythonPackage, charset-normalizer, cryptography, Loading @@ -17,22 +18,18 @@ buildPythonPackage rec { pname = "niquests"; version = "3.17.0"; version = "3.18.2"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "niquests"; tag = "v${version}"; hash = "sha256-HGczeExOoZMBiPS//B/gu56Wnpzz55oawhTT67ekuOs="; hash = "sha256-lZMUm1rYCsNSMz/cKTqynaLqb1P75JJCFMDZ9onFS4g="; }; build-system = [ hatchling ]; pythonRelaxDeps = [ "wassima" ]; dependencies = [ charset-normalizer urllib3-future Loading Loading @@ -66,6 +63,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "niquests" ]; nativeCheckInputs = [ aiofiles cryptography fastapi pytest-asyncio Loading Loading
pkgs/development/python-modules/niquests/default.nix +4 −6 Original line number Diff line number Diff line { aiofiles, buildPythonPackage, charset-normalizer, cryptography, Loading @@ -17,22 +18,18 @@ buildPythonPackage rec { pname = "niquests"; version = "3.17.0"; version = "3.18.2"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "niquests"; tag = "v${version}"; hash = "sha256-HGczeExOoZMBiPS//B/gu56Wnpzz55oawhTT67ekuOs="; hash = "sha256-lZMUm1rYCsNSMz/cKTqynaLqb1P75JJCFMDZ9onFS4g="; }; build-system = [ hatchling ]; pythonRelaxDeps = [ "wassima" ]; dependencies = [ charset-normalizer urllib3-future Loading Loading @@ -66,6 +63,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "niquests" ]; nativeCheckInputs = [ aiofiles cryptography fastapi pytest-asyncio Loading