python312Packages.pysnmp: 6.2.5 -> 6.2.6
Diff: https://github.com/lextudio/pysnmp/compare/refs/tags/v6.2.5...6.2.6 Changelog: https://github.com/lextudio/pysnmp/blob/refs/tags/v6.2.6/CHANGES.rst
This commit is contained in:
parent
c672d3c867
commit
6afb096a46
@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysnmp";
|
||||
version = "6.2.5";
|
||||
version = "6.2.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lextudio";
|
||||
repo = "pysnmp";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EGMUTUN95wykU756GJSiXwr8Hi3kyaLPfqhuDgvhbBE=";
|
||||
hash = "sha256-+FfXvsfn8XzliaGUKZlzqbozoo6vDxUkgC87JOoVasY=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [ "pytest-cov" ];
|
||||
@ -67,7 +67,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python SNMP library";
|
||||
homepage = "https://github.com/lextudio/pysnmp";
|
||||
changelog = "https://github.com/lextudio/pysnmp/blob/${src.rev}/CHANGES.txt";
|
||||
changelog = "https://github.com/lextudio/pysnmp/blob/${src.rev}/CHANGES.rst";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user