python310Packages.pyroute2-ethtool: 0.6.11 -> 0.6.12

This commit is contained in:
Fabian Affolter 2022-06-13 11:44:18 +02:00
parent 02bd9fccc3
commit 5fb659f697

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-ethtool";
version = "0.6.11";
version = "0.6.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.ethtool";
inherit version;
hash = "sha256-3xFsK50WtnRS8ImEWU4Hke9Ndp1Asm4wPEBfQT1rYXU=";
hash = "sha256-MwIRm/DezL7yCN682Yckxd23+iri2V6HCokF4G36apU=";
};
propagatedBuildInputs = [