Loading pkgs/development/python-modules/pyweatherflowudp/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, pint, poetry-core, poetry-dynamic-versioning, psychrolib, pytest-asyncio, pytestCheckHook, Loading @@ -11,19 +12,22 @@ buildPythonPackage rec { pname = "pyweatherflowudp"; version = "1.4.5"; version = "1.5.0"; pyproject = true; src = fetchFromGitHub { owner = "briis"; repo = "pyweatherflowudp"; tag = "v${version}"; hash = "sha256-aTwGFYTtd07BsWFaFc7ns+8oh2AxTUfRFSu81Zv5OoA="; hash = "sha256-mo42Y6vPREuH5EaoALTJdzoaQLVEvfTeuJqV+N+PFRE="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core poetry-dynamic-versioning ]; propagatedBuildInputs = [ dependencies = [ pint psychrolib ]; Loading Loading
pkgs/development/python-modules/pyweatherflowudp/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, pint, poetry-core, poetry-dynamic-versioning, psychrolib, pytest-asyncio, pytestCheckHook, Loading @@ -11,19 +12,22 @@ buildPythonPackage rec { pname = "pyweatherflowudp"; version = "1.4.5"; version = "1.5.0"; pyproject = true; src = fetchFromGitHub { owner = "briis"; repo = "pyweatherflowudp"; tag = "v${version}"; hash = "sha256-aTwGFYTtd07BsWFaFc7ns+8oh2AxTUfRFSu81Zv5OoA="; hash = "sha256-mo42Y6vPREuH5EaoALTJdzoaQLVEvfTeuJqV+N+PFRE="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core poetry-dynamic-versioning ]; propagatedBuildInputs = [ dependencies = [ pint psychrolib ]; Loading