mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
python: packet-python: 1.38.2 -> 1.41.0
This commit is contained in:
parent
32c3b25522
commit
62a2ae9acd
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue