pythonPackages.txtorcon: 0.20.0 -> 18.0.0 (#42754)
This commit is contained in:
parent
35f957a0fa
commit
1a589cc422
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "txtorcon";
|
pname = "txtorcon";
|
||||||
version = "0.20.0";
|
version = "18.0.0";
|
||||||
|
|
||||||
checkInputs = [ pytest mock lsof GeoIP ];
|
checkInputs = [ pytest mock lsof GeoIP ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "dc80cb76b3ddacef6d671c0a088cb1a45274c0858554c32ce55d0f41421c740e";
|
sha256 = "0z2gsyp9msxrzsm7vq2vq8231a678g4g563xni6cnq4xdb4nx3w1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Skip a failing test until fixed upstream:
|
# Skip a failing test until fixed upstream:
|
||||||
|
Loading…
Reference in New Issue
Block a user