python310Packages.txtorcon: 21.1.0 -> 22.0.0

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent 8876e507a8
commit f63c2d1278
  1. 4
      pkgs/development/python-modules/txtorcon/default.nix

@ -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

Loading…
Cancel
Save