lol

python311Packages.frigidaire: 0.18.12 -> 0.18.13

Diff: https://github.com/bm1549/frigidaire/compare/refs/tags/0.18.12...0.18.13

Changelog: https://github.com/bm1549/frigidaire/releases/tag/0.18.13

+2 -2
+2 -2
pkgs/development/python-modules/frigidaire/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "frigidaire"; 14 - version = "0.18.12"; 14 + version = "0.18.13"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 20 20 owner = "bm1549"; 21 21 repo = pname; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-U6ko6P5/ANGy84GQDuSQq+YArou0TrXH5SIc5x4euvU="; 23 + hash = "sha256-FikBV4KjutQfupGPXcVT1h+BfQ099WRrmbrEJOaVCQI="; 24 24 }; 25 25 26 26 postPatch = ''