python311Packages.txtorcon: 23.5.0 -> 23.11.0

This commit is contained in:
R. Ryantm
2023-11-21 12:31:17 +00:00
parent 1156cd9e9b
commit 764053bc02
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "txtorcon";
version = "23.5.0";
version = "23.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-k/2Aqd1QX2mNCGT+k9uLapwRRLX+uRUwggtw7YmCZRw=";
hash = "sha256-cfha6T121yZRAFnJ7XTmCLxaXJ99EDhTtJ5BQoBAai8=";
};
propagatedBuildInputs = [