Loading pkgs/development/python-modules/pyairvisual/default.nix +12 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ , aiohttp , aresponses , buildPythonPackage , certifi , fetchFromGitHub , numpy , poetry-core , pygments , pysmb , pytest-aiohttp , pytest-asyncio Loading @@ -14,7 +16,7 @@ buildPythonPackage rec { pname = "pyairvisual"; version = "2022.12.1"; version = "2023.08.1"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -23,16 +25,24 @@ buildPythonPackage rec { owner = "bachya"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-xzTho4HsIU2YLURz9DfFfaRL3tsrtVi8n5IA2bRkyzw="; hash = "sha256-+yqN3q+uA/v01uCguzUSoeCJK9lRmiiYn8d272+Dd2M="; }; postPatch = '' substituteInPlace pyproject.toml --replace \ 'certifi = ">=2023.07.22"' \ 'certifi = "*"' ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp certifi numpy pygments pysmb ]; Loading Loading
pkgs/development/python-modules/pyairvisual/default.nix +12 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ , aiohttp , aresponses , buildPythonPackage , certifi , fetchFromGitHub , numpy , poetry-core , pygments , pysmb , pytest-aiohttp , pytest-asyncio Loading @@ -14,7 +16,7 @@ buildPythonPackage rec { pname = "pyairvisual"; version = "2022.12.1"; version = "2023.08.1"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -23,16 +25,24 @@ buildPythonPackage rec { owner = "bachya"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-xzTho4HsIU2YLURz9DfFfaRL3tsrtVi8n5IA2bRkyzw="; hash = "sha256-+yqN3q+uA/v01uCguzUSoeCJK9lRmiiYn8d272+Dd2M="; }; postPatch = '' substituteInPlace pyproject.toml --replace \ 'certifi = ">=2023.07.22"' \ 'certifi = "*"' ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp certifi numpy pygments pysmb ]; Loading