python310Packages.atenpdu: 0.4.0 -> 0.5.0

This commit is contained in:
Fabian Affolter
2023-01-20 09:24:51 +01:00
parent 608e78d0b6
commit 4f6cc496ba
@@ -2,25 +2,25 @@
, buildPythonPackage
, fetchPypi
, async-timeout
, pysnmp
, pysnmplib
, pythonOlder
}:
buildPythonPackage rec {
pname = "atenpdu";
version = "0.4.0";
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mn44nChWy6z/B+gLc3MDndkRb2+geoojT/4AqwKpLXM=";
hash = "sha256-uUi6NtiHt3wWU4hrC6RNVEDBcoBCgkpwKyePq1VxO0c=";
};
propagatedBuildInputs = [
async-timeout
pysnmp
pysnmplib
];
# Project has no test