python313Packages.pyroute2: 0.8.1 -> 0.9.2
https://github.com/svinota/pyroute2/blob/0.9.2/CHANGELOG.rst
This commit is contained in:
committed by
Robert Schütz
parent
23f8a02f15
commit
a28e04cbef
@@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyroute2";
|
||||
version = "0.8.1";
|
||||
version = "0.9.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
owner = "svinota";
|
||||
repo = "pyroute2";
|
||||
tag = version;
|
||||
hash = "sha256-eItzD9ub8COaOkNLEKLtf8uJil4W4rqjzVa95LJahHw=";
|
||||
hash = "sha256-46QpFW9Yo1fHH9m8hxpdPRMBdiE6ptWAWRcaizKjBOw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user