forked from mirrors/nixpkgs
python3Packages.mpd2: 3.0.4 -> 3.0.5
This commit is contained in:
parent
fb0da9f562
commit
cd050cf0fc
|
@ -8,13 +8,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-mpd2";
|
||||
version = "3.0.4";
|
||||
version = "3.0.5";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1r8saq1460yfa0sxfrvxqs2r453wz2xchlc9gzbpqznr49786rvs";
|
||||
sha256 = "sha256-bxv/2TuaMvwBipu/NIdQW1Lg11fsNAZpBcYKkS1JI4Q=";
|
||||
};
|
||||
|
||||
buildInputs = [ mock ];
|
||||
|
|
Loading…
Reference in a new issue