Merge pull request #323584 from fabaff/frigidaire-bump

python312Packages.frigidaire: 0.18.19 -> 0.18.21
This commit is contained in:
Nick Cao 2024-07-01 09:32:23 -04:00 committed by GitHub
commit b3c4253ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "frigidaire";
version = "0.18.19";
version = "0.18.21";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bm1549";
repo = "frigidaire";
rev = "refs/tags/${version}";
hash = "sha256-wbYijFiMk+EIAjD6+mKt/c6JwN9oQLfeL1Pk30RbKKs=";
hash = "sha256-7fpVFKhLXBD0ec2mGfbFHygaH8BtOIOd5NoYz03IKp8=";
};
postPatch = ''