Merge pull request #110530 from mweinelt/python-mpd
python3Packages.mpd2: 3.0.2 -> 3.0.3
This commit is contained in:
commit
c245e9d2ff
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-mpd2";
|
pname = "python-mpd2";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0ibl2xyj4380ai60i2bfhm8qn1sjyjbwwjmgzfcqa12wlnhck7ki";
|
sha256 = "1ikvn2qv6cnbjscpbk6hhsqg34h832mxgg6hp1mf4d8d6nwdx4sn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mock ];
|
buildInputs = [ mock ];
|
||||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
description = "A Python client module for the Music Player Daemon";
|
description = "A Python client module for the Music Player Daemon";
|
||||||
homepage = "https://github.com/Mic92/python-mpd2";
|
homepage = "https://github.com/Mic92/python-mpd2";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ rvl mic92 ];
|
maintainers = with maintainers; [ rvl mic92 hexa ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user