pyroute2: 0.4.12 -> 0.4.13

This commit is contained in:
Jörg Thalheim 2017-02-19 09:56:31 +01:00
parent 362ef377c8
commit 0361776764
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -1,11 +1,11 @@
{stdenv, buildPythonPackage, fetchurl}:
buildPythonPackage rec {
name = "pyroute2-0.4.12";
name = "pyroute2-0.4.13";
src = fetchurl {
url = "mirror://pypi/p/pyroute2/${name}.tar.gz";
sha256 = "0csp6y38pgswhn46rivdgrlqw99dpjzwa0g32h6iiaj12n2f9qlq";
sha256 = "0f8a1ihxc1r78m6dqwhks2vdp4vwwbw72mbv88v70qmkb0pxgwwk";
};
# requires root priviledges