python3Packages.frigidaire: 0.18.23 -> 0.18.24

R. Ryantm 2fb4be99 cc4eb12f

Changed files
+3 -3
pkgs
development
python-modules
frigidaire
+3 -3
pkgs/development/python-modules/frigidaire/default.nix
···
buildPythonPackage rec {
pname = "frigidaire";
-
version = "0.18.23";
+
version = "0.18.24";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "bm1549";
repo = "frigidaire";
tag = version;
-
hash = "sha256-RzwTQRo5cIh6I8VQAJNcLg5TBiF6dAnZICGfvwCvx5Y=";
+
hash = "sha256-lpwzXeuFPvWV26AIAfzBHY3IiwEc8vThTXc/F0iyV1o=";
};
postPatch = ''
···
meta = with lib; {
description = "Python API for the Frigidaire devices";
homepage = "https://github.com/bm1549/frigidaire";
-
changelog = "https://github.com/bm1549/frigidaire/releases/tag/${version}";
+
changelog = "https://github.com/bm1549/frigidaire/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};