Merge pull request #69891 from r-ryantm/auto-update/python3.7-txtorcon

python37Packages.txtorcon: 19.0.0 -> 19.1.0
This commit is contained in:
Marek Mahut 2019-10-10 11:26:05 +02:00 committed by GitHub
commit bb70a1cb7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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