Loading pkgs/development/python-modules/millheater/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,13 +4,14 @@ async-timeout, buildPythonPackage, fetchFromGitHub, pyjwt, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "millheater"; version = "0.12.5"; version = "0.13.1"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -19,7 +20,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pymill"; tag = version; # https://github.com/Danielhiversen/pymill/issues/87 hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0="; hash = "sha256-fdKMX85uo5L/1ko5aXHzLcWbr24StzRV38jjEbeRRkw="; }; build-system = [ setuptools ]; Loading @@ -27,6 +28,7 @@ buildPythonPackage rec { dependencies = [ aiohttp async-timeout pyjwt ]; # Project has no tests Loading Loading
pkgs/development/python-modules/millheater/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,13 +4,14 @@ async-timeout, buildPythonPackage, fetchFromGitHub, pyjwt, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "millheater"; version = "0.12.5"; version = "0.13.1"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -19,7 +20,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pymill"; tag = version; # https://github.com/Danielhiversen/pymill/issues/87 hash = "sha256-DGMG6LabfKGmQ6MDm/skqeQuOhSlr1ssZ2Z7fItzOt0="; hash = "sha256-fdKMX85uo5L/1ko5aXHzLcWbr24StzRV38jjEbeRRkw="; }; build-system = [ setuptools ]; Loading @@ -27,6 +28,7 @@ buildPythonPackage rec { dependencies = [ aiohttp async-timeout pyjwt ]; # Project has no tests Loading