python310Packages.packet-python: 1.44.2 -> 1.44.3

This commit is contained in:
R. Ryantm 2022-07-29 06:22:31 +00:00
parent 6c36cf7d3f
commit ab48fe80c6

View file

@ -12,10 +12,10 @@
buildPythonPackage rec {
pname = "packet-python";
version = "1.44.2";
version = "1.44.3";
src = fetchPypi {
inherit pname version;
sha256 = "4ce0827bc41d5bf5558284c18048344343f7c4c6e280b64bbe53fb51ab454892";
sha256 = "sha256-WVfMELOoml7Hx78jy6TAwlFRLuSQu9dtsb6Khs6/cgI=";
};
nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ requests ];