Merge pull request #335216 from fabaff/aioquic-bump

python312Packages.aioquic: 1.1.0 -> 1.2.0
This commit is contained in:
Fabian Affolter 2024-08-17 09:21:51 +02:00 committed by GitHub
commit 576e148f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];