python3Packages.mpd2: 3.0.2 -> 3.0.3
Fixes early disconnects when using the async MPDClient.
This commit is contained in:
parent
c06d37b803
commit
dc62266a1c
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue