python3Packages.pyroute2-ipdb: 0.6.4 -> 0.6.5

This commit is contained in:
Fabian Affolter 2021-09-24 12:31:10 +02:00
parent 5a8bb0de97
commit 3e36c10fa0

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyroute2-ipdb";
version = "0.6.4";
version = "0.6.5";
src = fetchPypi {
pname = "pyroute2.ipdb";
inherit version;
sha256 = "0r4xq7h39qac309lpl7haaa4rqf6qzsypkgnsiran3w9jgr1hg75";
sha256 = "sha256-8gKP0QE9iviIFQ0DPuz3U3ZXpL434MzOqYAICZYetXc=";
};
propagatedBuildInputs = [