python3Packages.txaio: 21.2.1 -> 22.2.1

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:30 +01:00
parent d644daeae5
commit f3ac3638c9

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "txaio";
version = "21.2.1";
version = "22.2.1";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fW+JdFaAIz8cTbndt0jfXojSp6N5Yr4XTA/QTI26Hcg=";
sha256 = "sha256-LkWCtw8EsjRZCCVGhKmEIGwNm1DjB0okpMVauiHSTQE=";
};
propagatedBuildInputs = [