Merge pull request #268952 from r-ryantm/auto-update/python311Packages.txtorcon

python311Packages.txtorcon: 23.5.0 -> 23.11.0

authored by OTABI Tomoya and committed by GitHub a08523fc 0cdca0b1

+2 -2
+2 -2
pkgs/development/python-modules/txtorcon/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "txtorcon"; 23 - version = "23.5.0"; 24 format = "setuptools"; 25 26 disabled = pythonOlder "3.7"; 27 28 src = fetchPypi { 29 inherit pname version; 30 - hash = "sha256-k/2Aqd1QX2mNCGT+k9uLapwRRLX+uRUwggtw7YmCZRw="; 31 }; 32 33 propagatedBuildInputs = [
··· 20 21 buildPythonPackage rec { 22 pname = "txtorcon"; 23 + version = "23.11.0"; 24 format = "setuptools"; 25 26 disabled = pythonOlder "3.7"; 27 28 src = fetchPypi { 29 inherit pname version; 30 + hash = "sha256-cfha6T121yZRAFnJ7XTmCLxaXJ99EDhTtJ5BQoBAai8="; 31 }; 32 33 propagatedBuildInputs = [