python3Packages.multidict: 6.7.0 -> 6.7.1

Diff: https://github.com/aio-libs/multidict/compare/v6.7.0...v6.7.1

Changelog: https://github.com/aio-libs/multidict/blob/v6.7.1/CHANGES.rst
This commit is contained in:
Robert Schütz
2026-01-26 09:53:30 -08:00
parent c2070b5fd6
commit e98c998865
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "multidict";
version = "6.7.0";
version = "6.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "multidict";
tag = "v${version}";
hash = "sha256-NEiUXHwY7bas7+Ddf9hdR6m/N+wbRG/NguoMROIWjeU=";
hash = "sha256-HOQRfSxf0+HeXsV4ShwfUDjNVyg2SjNuE157JLRlAL0=";
};
postPatch = ''