Loading pkgs/development/python-modules/pyosohotwaterapi/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ fetchFromGitHub, loguru, numpy, pythonOlder, setuptools, unasync, urllib3, Loading @@ -13,21 +12,16 @@ buildPythonPackage rec { pname = "pyosohotwaterapi"; version = "1.1.5"; version = "1.2.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "osohotwateriot"; repo = "apyosohotwaterapi"; tag = version; hash = "sha256-jE8cwC18/M58WOVpMsUjIDVmFXLBvPwaAXOSZatpjX0="; hash = "sha256-GFjA1RtJC2bxSoH2TIZwEdSAvpteYBTbsS81hhp4Y3E="; }; # https://github.com/osohotwateriot/apyosohotwaterapi/pull/3 pythonRemoveDeps = [ "pre-commit" ]; build-system = [ setuptools unasync Loading Loading
pkgs/development/python-modules/pyosohotwaterapi/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ fetchFromGitHub, loguru, numpy, pythonOlder, setuptools, unasync, urllib3, Loading @@ -13,21 +12,16 @@ buildPythonPackage rec { pname = "pyosohotwaterapi"; version = "1.1.5"; version = "1.2.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "osohotwateriot"; repo = "apyosohotwaterapi"; tag = version; hash = "sha256-jE8cwC18/M58WOVpMsUjIDVmFXLBvPwaAXOSZatpjX0="; hash = "sha256-GFjA1RtJC2bxSoH2TIZwEdSAvpteYBTbsS81hhp4Y3E="; }; # https://github.com/osohotwateriot/apyosohotwaterapi/pull/3 pythonRemoveDeps = [ "pre-commit" ]; build-system = [ setuptools unasync Loading