Loading pkgs/development/python-modules/frigidaire/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "frigidaire"; version = "0.18.5"; version = "0.18.12"; format = "setuptools"; disabled = pythonOlder "3.8"; Loading @@ -20,13 +20,11 @@ buildPythonPackage rec { owner = "bm1549"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-mmHcS0cjj43hCHLiCO8cGPfQoh+nqlNK3MdFP8IhD4w="; hash = "sha256-U6ko6P5/ANGy84GQDuSQq+YArou0TrXH5SIc5x4euvU="; }; postPatch = '' # https://github.com/bm1549/frigidaire/issues/14 substituteInPlace setup.py \ --replace "urllib3>=1.26.42" "urllib3" \ --replace 'version = "SNAPSHOT"' 'version = "${version}"' ''; Loading Loading
pkgs/development/python-modules/frigidaire/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "frigidaire"; version = "0.18.5"; version = "0.18.12"; format = "setuptools"; disabled = pythonOlder "3.8"; Loading @@ -20,13 +20,11 @@ buildPythonPackage rec { owner = "bm1549"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-mmHcS0cjj43hCHLiCO8cGPfQoh+nqlNK3MdFP8IhD4w="; hash = "sha256-U6ko6P5/ANGy84GQDuSQq+YArou0TrXH5SIc5x4euvU="; }; postPatch = '' # https://github.com/bm1549/frigidaire/issues/14 substituteInPlace setup.py \ --replace "urllib3>=1.26.42" "urllib3" \ --replace 'version = "SNAPSHOT"' 'version = "${version}"' ''; Loading