mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
Merge pull request #83363 from r-ryantm/auto-update/python2.7-pyroute2
python27Packages.pyroute2: 0.5.9 -> 0.5.10
This commit is contained in:
commit
4b051d3a69
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyroute2";
|
pname = "pyroute2";
|
||||||
version = "0.5.9";
|
version = "0.5.10";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1dymaa3rif05k42sh4c3g2m057v2dsc2f3f49hl2rw5yz8bd23i4";
|
sha256 = "0akls1w67v17dmgr07n6rr5xy6yyj6p83ss05033gk1c3mfsbb1r";
|
||||||
};
|
};
|
||||||
|
|
||||||
# requires root priviledges
|
# requires root priviledges
|
||||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python Netlink library";
|
description = "Python Netlink library";
|
||||||
homepage = https://github.com/svinota/pyroute2;
|
homepage = "https://github.com/svinota/pyroute2";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [maintainers.mic92];
|
maintainers = [maintainers.mic92];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user