python3Packages.mpd2: update sha256 after 3.0.1 update

This commit is contained in:
Martin Weinelt 2021-01-05 22:03:08 +01:00
parent d0ce30d9f7
commit 0a149afaa2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "772fa6861273bb9f363a97987c2c45ca3965eb770570f1f02566efec9c89fc5f";
sha256 = "0fxssbmnv44m03shjyvbqslc69b0160702j2s0flgvdxjggrnbjj";
};
buildInputs = [ mock ];