python38Packages.txtorcon: 20.0.0 -> 21.1.0

This commit is contained in:
R. RyanTM
2021-08-22 09:32:13 -07:00
committed by Jonathan Ringer
parent 23074f9514
commit 60198f1ebf
@@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "txtorcon";
version = "20.0.0";
version = "21.1.0";
checkInputs = [ pytest mock lsof GeoIP ];
propagatedBuildInputs = [
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0yipb41w2icbj50d3z1j92d8w6xhbqd1rnmd31vzb5k3g20x0b0j";
sha256 = "aebf0b9ec6c69a029f6b61fd534e785692e28fdcd2fd003ce3cc132b9393b7d6";
};
# zope.interface issue