Unverified Commit feb32158 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #226117 from fabaff/frigidaire-bump

python310Packages.frigidaire: 0.18.5 -> 0.18.12
parents 32939506 1cfd9b71
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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}"'
  '';