python311Packages.pysnmp-pysmi: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-12-05 08:17:50 +01:00 committed by GitHub
parent 4f1c0c6719
commit b0d972a8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysnmp-pysmi";
version = "1.1.11";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SNMP MIB parser";
homepage = "https://github.com/pysnmp/pysmi";
changelog = "https://github.com/pysnmp/pysmi/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
};