python: packet-python: 1.38.2 -> 1.41.0
This commit is contained in:
parent
32c3b25522
commit
62a2ae9acd
@ -12,10 +12,10 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "packet-python";
|
pname = "packet-python";
|
||||||
version = "1.38.2";
|
version = "1.41.0";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1lh97la51fa3nxjl4ngsanrxw6qq5jwwn0dxj2f0946m043200xl";
|
sha256 = "685021502293f6b2e733376bcd0fef3f082c1a66c27072d92f483e27e387ad43";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ pytestrunner ];
|
nativeBuildInputs = [ pytestrunner ];
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user