python3Packages.mpd2: 3.0.3 -> 3.0.4
This commit is contained in:
parent
7938f40c35
commit
469e773d75
@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-mpd2";
|
||||
version = "3.0.3";
|
||||
version = "3.0.4";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1ikvn2qv6cnbjscpbk6hhsqg34h832mxgg6hp1mf4d8d6nwdx4sn";
|
||||
sha256 = "1r8saq1460yfa0sxfrvxqs2r453wz2xchlc9gzbpqznr49786rvs";
|
||||
};
|
||||
|
||||
buildInputs = [ mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user