python311Packages.pysmi-lextudio: 1.3.2 -> 1.3.3

https://github.com/lextudio/pysmi/blob/v1.3.3/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-03-07 01:42:53 +01:00
parent 8cb1e63155
commit 44f1f57cb3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysmi-lextudio";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "lextudio";
repo = "pysmi";
rev = "refs/tags/v${version}";
hash = "sha256-3ai7Fb97B2HpG6IllEx/PNbJ3KQjwoN9Mn+jprMz+XY=";
hash = "sha256-GApjr7KUd7KkdxsbLTzFNdWWol7b/8udrY9q/lls2ro=";
};
nativeBuildInputs = [
@ -42,7 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SNMP MIB parser";
homepage = "https://github.com/lextudio/pysmi";
changelog = "https://github.com/lextudio/pysmi/blob/${version}/CHANGES.rst";
changelog = "https://github.com/lextudio/pysmi/blob/v${version}/CHANGES.rst";
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
};