diff --git a/pkgs/development/python-modules/frigidaire/default.nix b/pkgs/development/python-modules/frigidaire/default.nix index dcf73968bcaf..a5a4c72451cb 100644 --- a/pkgs/development/python-modules/frigidaire/default.nix +++ b/pkgs/development/python-modules/frigidaire/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "frigidaire"; - version = "0.18.5"; + version = "0.18.12"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -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}"' '';