Loading pkgs/development/python-modules/pyeconet/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyeconet"; version = "0.2.1"; version = "0.2.2"; pyproject = true; src = fetchFromGitHub { owner = "w1ll1am23"; repo = "pyeconet"; tag = "v${version}"; hash = "sha256-Gep2XGWiaO7IRJ1BouwQ2VrbDPNPZVhiqlGTVWOsQgM="; tag = "v${finalAttrs.version}"; hash = "sha256-sQXIMm5ddkqkFgTYOsy9srKxLUy505iFhrtGAbOLzc0="; }; build-system = [ setuptools ]; Loading @@ -36,8 +36,8 @@ buildPythonPackage rec { meta = { description = "Python interface to the EcoNet API"; homepage = "https://github.com/w1ll1am23/pyeconet"; changelog = "https://github.com/w1ll1am23/pyeconet/releases/tag/${src.tag}"; changelog = "https://github.com/w1ll1am23/pyeconet/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pyeconet/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyeconet"; version = "0.2.1"; version = "0.2.2"; pyproject = true; src = fetchFromGitHub { owner = "w1ll1am23"; repo = "pyeconet"; tag = "v${version}"; hash = "sha256-Gep2XGWiaO7IRJ1BouwQ2VrbDPNPZVhiqlGTVWOsQgM="; tag = "v${finalAttrs.version}"; hash = "sha256-sQXIMm5ddkqkFgTYOsy9srKxLUy505iFhrtGAbOLzc0="; }; build-system = [ setuptools ]; Loading @@ -36,8 +36,8 @@ buildPythonPackage rec { meta = { description = "Python interface to the EcoNet API"; homepage = "https://github.com/w1ll1am23/pyeconet"; changelog = "https://github.com/w1ll1am23/pyeconet/releases/tag/${src.tag}"; changelog = "https://github.com/w1ll1am23/pyeconet/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })