python3Packages.python-musicpd: 0.9.0 -> 0.9.1
This commit is contained in:
@@ -7,16 +7,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-musicpd";
|
||||
version = "0.9.0";
|
||||
version = "0.9.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname;
|
||||
pname = "python_musicpd";
|
||||
inherit version;
|
||||
hash = "sha256-/FdM0UolVqhJNpS60Q/nra1hSHKL/LiSMX7/Hcipwco=";
|
||||
hash = "sha256-zKjazEIxja6/tPWFXQhEYlLd1Jl8py9wirKsoDXeGu4=";
|
||||
};
|
||||
|
||||
pyproject = true;
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user