python310Packages.pyroute2-ipdb: 0.6.9 -> 0.6.10

This commit is contained in:
Fabian Affolter
2022-06-06 14:52:55 +02:00
committed by Florian Brandes
parent 3eb41fb798
commit dc7ad29460

View File

@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-ipdb";
version = "0.6.9";
version = "0.6.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.ipdb";
inherit version;
hash = "sha256-sJ9Zzlrh9FWVWL7StyHpPPuXo6TtNLz2/lQBCl53Wrk=";
hash = "sha256-emPIh94LqN/QCCLC6Mr+IiVyXtjdsmhduBdPko1V83A=";
};
propagatedBuildInputs = [