python3Packages.txaio: 23.1.1 -> 25.6.1 (#422697)

This commit is contained in:
Wolfgang Walther
2025-07-12 10:27:04 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "txaio";
version = "23.1.1";
version = "25.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+akhbpduXjJG39ESrXrVXKkVYGtguEp1esdpvUBP9wQ=";
hash = "sha256-2MA9yoI1Fcm8qSDfM1BJI65U8tq/R2zFqe1cwWke1oc=";
};
propagatedBuildInputs = [