mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pythonPackages.mp2: fix PyPI name
This commit is contained in:
parent
b1c2a05877
commit
4778194f7d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mpd2";
|
||||
pname = "python-mpd2";
|
||||
version = "0.5.5";
|
||||
|
||||
src = fetchPypi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue