deemix: 2.0.16 -> 3.4.3
This commit is contained in:
parent
91027c5828
commit
e20a98cb9b
|
@ -12,17 +12,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deemix";
|
pname = "deemix";
|
||||||
version = "2.0.16";
|
version = "3.4.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0q5nzx540a2xk2gw225yjrjn2py4b7naim6kk7li97gwarp9r0h9";
|
sha256 = "sha256-cSLjbowG98pbEzGB17Rkhli90xeOyzOcEglXb5SeNJE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
click
|
click
|
||||||
deezer-py
|
deezer-py
|
||||||
eventlet
|
|
||||||
mutagen
|
mutagen
|
||||||
pycryptodomex
|
pycryptodomex
|
||||||
requests
|
requests
|
||||||
|
@ -33,7 +32,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A python library that lets you download millions of songs, soundtracks, albums in high-quality mp3 and FLAC";
|
description = "A python library that lets you download millions of songs, soundtracks, albums in high-quality mp3 and FLAC";
|
||||||
homepage = "https://download.deemix.app/";
|
homepage = "https://deemix.app/";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ sbruder ];
|
maintainers = with maintainers; [ sbruder ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue