python36Packages.txtorcon: 18.0.2 -> 18.3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-txtorcon/versions
This commit is contained in:
R. RyanTM 2018-10-23 20:53:24 -07:00 committed by Frederik Rietdijk
parent ae88ee9a40
commit 27337bcf34

View File

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "txtorcon";
version = "18.0.2";
version = "18.3.0";
checkInputs = [ pytest mock lsof GeoIP ];
propagatedBuildInputs = [
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "ce50fdd00abb8b490b72809a2c664684f67f3c9467f392642d36f58309395a87";
sha256 = "1c7qfpr1zz34whz66lk4xpwdn7d5jqk6ccgas5n54li479mra0an";
};
# Skip a failing test until fixed upstream: