3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.atenpdu: 0.3.3 -> 0.3.4

This commit is contained in:
Martin Weinelt 2022-07-16 12:58:57 +02:00
parent d94ac1de1c
commit 479ff1e9d5

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "atenpdu";
version = "0.3.3";
version = "0.3.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/duY1hS+RU/UAdcQoHF1+c99XaN74jj/0Hj/86U0kmo=";
sha256 = "sha256-vvq8InmJUgvm/PpvZutpsBR3Fj1gR+xrkgfEGlw04Ek=";
};
propagatedBuildInputs = [ pysnmp ];