python310Packages.txtorcon: 21.1.0 -> 22.0.0

This commit is contained in:
R. Ryantm 2022-03-17 13:06:34 +00:00 committed by Jonathan Ringer
parent 8876e507a8
commit f63c2d1278

View file

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "txtorcon";
version = "21.1.0";
version = "22.0.0";
checkInputs = [ pytest mock lsof GeoIP ];
propagatedBuildInputs = [
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "aebf0b9ec6c69a029f6b61fd534e785692e28fdcd2fd003ce3cc132b9393b7d6";
sha256 = "sha256-iaG2XjKks2nWfmwWY4f7xGjMXQUidEjSOaXn6XGKoFM=";
};
# Based on what txtorcon tox.ini will automatically test, allow back as far