python3Packages.packet-python: 1.43.1 -> 1.44.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:28 +02:00
parent ce91542877
commit 2ad4342064

View File

@ -12,10 +12,10 @@
buildPythonPackage rec {
pname = "packet-python";
version = "1.43.1";
version = "1.44.0";
src = fetchPypi {
inherit pname version;
sha256 = "e333fb5ce45a3f283ddeb6261d061b39328b82eb440a89233fa08ce3fec2fcf0";
sha256 = "4af12f2fbcc9713878ab4ed571e9fda028bc68add34cde0e7226af4d833a4d38";
};
nativeBuildInputs = [ pytestrunner ];
propagatedBuildInputs = [ requests ];