python3Packages.multidict: 6.0.3 -> 6.0.4

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:26 +01:00
parent 9ae1a57e33
commit 08e5a5a0f5

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "multidict";
version = "6.0.3";
version = "6.0.4";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-JSOikAbANGh+zNPucAk6aXEpo//ocyU107Lfak7MJ50=";
hash = "sha256-NmaQZJLvt2RTwOe5fyz0WbBoLnQCwEialUhJZdvB2kk=";
};
postPatch = ''