Merge pull request #226117 from fabaff/frigidaire-bump
python310Packages.frigidaire: 0.18.5 -> 0.18.12
This commit is contained in:
commit
feb3215870
1 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "frigidaire";
|
pname = "frigidaire";
|
||||||
version = "0.18.5";
|
version = "0.18.12";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -20,13 +20,11 @@ buildPythonPackage rec {
|
||||||
owner = "bm1549";
|
owner = "bm1549";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-mmHcS0cjj43hCHLiCO8cGPfQoh+nqlNK3MdFP8IhD4w=";
|
hash = "sha256-U6ko6P5/ANGy84GQDuSQq+YArou0TrXH5SIc5x4euvU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# https://github.com/bm1549/frigidaire/issues/14
|
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "urllib3>=1.26.42" "urllib3" \
|
|
||||||
--replace 'version = "SNAPSHOT"' 'version = "${version}"'
|
--replace 'version = "SNAPSHOT"' 'version = "${version}"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue