python3Packages.frigidaire: 0.18.29 -> 0.18.43

Diff: https://github.com/bm1549/frigidaire/compare/0.18.29...0.18.43

Changelog: https://github.com/bm1549/frigidaire/releases/tag/0.18.43
This commit is contained in:
Fabian Affolter
2026-05-15 01:31:37 +02:00
parent d7664a814d
commit dfdfca2e30
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "frigidaire";
version = "0.18.29";
version = "0.18.43";
pyproject = true;
src = fetchFromGitHub {
owner = "bm1549";
repo = "frigidaire";
tag = finalAttrs.version;
hash = "sha256-OVaXo1UFB0deCHfDXR+uUnIsPsW6RhE/OJLG1WD4Ykg=";
hash = "sha256-ZlfzJVWxIEJ1NgVQwB74fZgW0RJ5lHEO3aavNNs3jLE=";
};
postPatch = ''