Merge pull request #110530 from mweinelt/python-mpd

python3Packages.mpd2: 3.0.2 -> 3.0.3
This commit is contained in:
Martin Weinelt 2021-01-22 21:37:49 +01:00 committed by GitHub
commit c245e9d2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "python-mpd2";
version = "3.0.2";
version = "3.0.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0ibl2xyj4380ai60i2bfhm8qn1sjyjbwwjmgzfcqa12wlnhck7ki";
sha256 = "1ikvn2qv6cnbjscpbk6hhsqg34h832mxgg6hp1mf4d8d6nwdx4sn";
};
buildInputs = [ mock ];
@ -27,7 +27,7 @@ buildPythonPackage rec {
description = "A Python client module for the Music Player Daemon";
homepage = "https://github.com/Mic92/python-mpd2";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ rvl mic92 ];
maintainers = with maintainers; [ rvl mic92 hexa ];
};
}