Loading pkgs/development/python-modules/millheater/default.nix +2 −7 Original line number Diff line number Diff line { lib, aiohttp, async-timeout, buildPythonPackage, fetchFromGitHub, pyjwt, pythonOlder, setuptools, }: Loading @@ -14,12 +12,10 @@ buildPythonPackage rec { version = "0.14.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pymill"; tag = version; # https://github.com/Danielhiversen/pymill/issues/87 tag = version; hash = "sha256-s2uufn4G3yTDLd0v72KAL8AuZNSBYwQRkAX8UKXcex4="; }; Loading @@ -27,7 +23,6 @@ buildPythonPackage rec { dependencies = [ aiohttp async-timeout pyjwt ]; Loading @@ -40,7 +35,7 @@ buildPythonPackage rec { description = "Python library for Mill heater devices"; homepage = "https://github.com/Danielhiversen/pymill"; changelog = "https://github.com/Danielhiversen/pymill/releases/tag/${src.tag}"; license = with licenses; [ mit ]; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/millheater/default.nix +2 −7 Original line number Diff line number Diff line { lib, aiohttp, async-timeout, buildPythonPackage, fetchFromGitHub, pyjwt, pythonOlder, setuptools, }: Loading @@ -14,12 +12,10 @@ buildPythonPackage rec { version = "0.14.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pymill"; tag = version; # https://github.com/Danielhiversen/pymill/issues/87 tag = version; hash = "sha256-s2uufn4G3yTDLd0v72KAL8AuZNSBYwQRkAX8UKXcex4="; }; Loading @@ -27,7 +23,6 @@ buildPythonPackage rec { dependencies = [ aiohttp async-timeout pyjwt ]; Loading @@ -40,7 +35,7 @@ buildPythonPackage rec { description = "Python library for Mill heater devices"; homepage = "https://github.com/Danielhiversen/pymill"; changelog = "https://github.com/Danielhiversen/pymill/releases/tag/${src.tag}"; license = with licenses; [ mit ]; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }