Merge pull request #279325 from fabaff/aiohappyeyeballs-bump

python311Packages.aiohappyeyeballs: 2.3.0 -> 2.3.2
This commit is contained in:
Fabian Affolter 2024-01-08 11:47:04 +01:00 committed by GitHub
commit be87bcdd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiohappyeyeballs";
version = "2.3.0";
version = "2.3.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "aiohappyeyeballs";
rev = "refs/tags/v${version}";
hash = "sha256-LMvELnN6Sy6DssXfH6fQ84N2rhdjqB8AlikTMidrjT4=";
hash = "sha256-3Lj1eUDPoVCElrxowBhhrS0GCjD5qeUCiSB/gHoqC3Q=";
};
postPatch = ''
@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Modul for connecting with Happy Eyeballs";
homepage = "https://github.com/bdraco/aiohappyeyeballs";
changelog = "https://github.com/bdraco/aiohappyeyeballs/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/bdraco/aiohappyeyeballs/blob/v${version}/CHANGELOG.md";
license = licenses.psfl;
maintainers = with maintainers; [ fab ];
};