lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.pyroute2: 0.7.8 -> 0.7.9

Changelog: https://github.com/svinota/pyroute2/blob/0.7.9/CHANGELOG.rst

+2 -2
+2 -2
pkgs/development/python-modules/pyroute2/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyroute2"; 12 - version = "0.7.8"; 12 + version = "0.7.9"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-mJRHQ08XyyD9kvwfFV8LxqRoKr9hH94qeslaYed3f/0="; 19 + hash = "sha256-tp2C8UCwd0MX17pA9sX6HXVQmLo/PrYZmC0W51DcYxo="; 20 20 }; 21 21 22 22 nativeBuildInputs = [