python3Packages.packet-python: 1.43.0 -> 1.43.1
This commit is contained in:
parent
90ae50b530
commit
686fd3aa38
@ -12,10 +12,10 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "packet-python";
|
||||
version = "1.43.0";
|
||||
version = "1.43.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "48fcc5ca6e7f3d84ef91016585d1894bb9deb3dae6591ffab90fdf05006c3e48";
|
||||
sha256 = "e333fb5ce45a3f283ddeb6261d061b39328b82eb440a89233fa08ce3fec2fcf0";
|
||||
};
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
Loading…
Reference in New Issue
Block a user