pythonPackages.txtorcon: 0.20.0 -> 18.0.0 (#42754)

This commit is contained in:
Jaakko Luttinen 2018-06-29 14:19:32 +03:00 committed by Robert Schütz
parent 35f957a0fa
commit 1a589cc422

View File

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "txtorcon";
version = "0.20.0";
version = "18.0.0";
checkInputs = [ pytest mock lsof GeoIP ];
propagatedBuildInputs = [
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "dc80cb76b3ddacef6d671c0a088cb1a45274c0858554c32ce55d0f41421c740e";
sha256 = "0z2gsyp9msxrzsm7vq2vq8231a678g4g563xni6cnq4xdb4nx3w1";
};
# Skip a failing test until fixed upstream: