python3Packages.adext: 0.4.4 -> 0.4.6

https://github.com/ajschmidt8/adext/releases/tag/v0.4.6

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:11:59 +02:00
parent 0a64025ed0
commit 0e41c5ed8a
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "adext";
version = "0.4.4";
version = "0.4.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ajschmidt8";
repo = "adext";
tag = "v${version}";
hash = "sha256-KzL9yNdWgeO4Q5NzyHgxWv5gy2Awr86qYD526dyZCtM=";
hash = "sha256-K2SXZ/YW+/XM+R8F77nWWV+DyZxCc4GYdrMwUnJ5jPg=";
};
build-system = [ setuptools-scm ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python extension for AlarmDecoder";
homepage = "https://github.com/ajschmidt8/adext";
changelog = "https://github.com/ajschmidt8/adext/releases/tag/v${version}";
changelog = "https://github.com/ajschmidt8/adext/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};