python3Packages.txtorcon: 24.8.0 -> 26.6.0 (#526773)

This commit is contained in:
Nick Cao
2026-06-02 19:59:12 +00:00
committed by GitHub
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "txtorcon";
version = "24.8.0";
version = "26.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vv4ZE42cjFMHtu5tT+RG0MIB/9HMQErrJl7ZAwmXitA=";
hash = "sha256-BAjwY6n8uN9Snayle7c3PqD1tOuv/NUQN1S3xWF3P2g=";
};
build-system = [ setuptools ];