python: txtorcon: 18.3.0 -> 19.0.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:32 +01:00
parent 1b541e6799
commit 2b4ecac864

View File

@ -4,7 +4,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "txtorcon"; pname = "txtorcon";
version = "18.3.0"; version = "19.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 = "1c7qfpr1zz34whz66lk4xpwdn7d5jqk6ccgas5n54li479mra0an"; sha256 = "3731b740653e3f551412744f1fcd7fa6f04aa9fa37c90dc6c9152e619886bf3b";
}; };
# Skip a failing test until fixed upstream: # Skip a failing test until fixed upstream: