deemix: 2.0.16 -> 3.4.3

master
Simon Bruder 2021-08-21 16:55:03 +02:00
parent 91027c5828
commit e20a98cb9b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 4 deletions

View File

@ -12,17 +12,16 @@
buildPythonPackage rec {
pname = "deemix";
version = "2.0.16";
version = "3.4.3";
src = fetchPypi {
inherit pname version;
sha256 = "0q5nzx540a2xk2gw225yjrjn2py4b7naim6kk7li97gwarp9r0h9";
sha256 = "sha256-cSLjbowG98pbEzGB17Rkhli90xeOyzOcEglXb5SeNJE=";
};
propagatedBuildInputs = [
click
deezer-py
eventlet
mutagen
pycryptodomex
requests
@ -33,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
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;
maintainers = with maintainers; [ sbruder ];
platforms = platforms.all;