python312Packages.aioquic: 1.1.0 -> 1.2.0

This commit is contained in:
Fabian Affolter 2024-08-16 22:44:10 +02:00
parent a84cbd3051
commit 8e38d595da

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioquic";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-p5HFeYuutCoS+ij9Mn2gTQjxh5XpOIkXi0svSf6Lv0M=";
hash = "sha256-+RJjuz9xlIxciRW01Q7jcABPIKQW9n+rPcyQVWx+cZk=";
};
build-system = [ setuptools ];