python3Packages.kasa-crypt: 0.4.4 -> 0.5.0

https://github.com/bdraco/kasa-crypt/blob/v0.5.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:50 +01:00
parent 243fe936fb
commit 4c8b1562a9
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fast kasa crypt";
homepage = "https://github.com/bdraco/kasa-crypt";
changelog = "https://github.com/bdraco/kasa-crypt/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/bdraco/kasa-crypt/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};