python: packet-python: 1.38.2 -> 1.41.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:40 +02:00
parent 32c3b25522
commit 62a2ae9acd

View file

@ -12,10 +12,10 @@
buildPythonPackage rec {
pname = "packet-python";
version = "1.38.2";
version = "1.41.0";
src = fetchPypi {
inherit pname version;
sha256 = "1lh97la51fa3nxjl4ngsanrxw6qq5jwwn0dxj2f0946m043200xl";
sha256 = "685021502293f6b2e733376bcd0fef3f082c1a66c27072d92f483e27e387ad43";
};
nativeBuildInputs = [ pytestrunner ];
propagatedBuildInputs = [ requests ];