Merge pull request #272186 from r-ryantm/auto-update/python310Packages.pysnmp-pysmi

python310Packages.pysnmp-pysmi: 1.1.10 -> 1.1.11
This commit is contained in:
Fabian Affolter 2023-12-05 11:49:20 +01:00 committed by GitHub
commit ef1fb9926f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@
buildPythonPackage rec {
pname = "pysnmp-pysmi";
version = "1.1.10";
format = "pyproject";
version = "1.1.11";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pysnmp";
repo = "pysmi";
rev = "refs/tags/v${version}";
hash = "sha256-ZfN0nU9IurBEjSZijC2E4UoLIM54mBFgv7rcI1v/a4Q=";
hash = "sha256-qe99nLOyUvE6LJagtQ9whPF4zwIWiM7g5zn40QsmrmA=";
};
nativeBuildInputs = [
@ -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 ];
};