Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder e20a98cb9b
deemix: 2.0.16 -> 3.4.3 2021-08-21 16:55:03 +02:00
Simon Bruder 91027c5828
python3Packages.deezer-py: 0.0.15 -> 1.1.3 2021-08-21 16:54:11 +02:00
2 changed files with 5 additions and 7 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;

View File

@ -7,16 +7,15 @@
buildPythonPackage rec {
pname = "deezer-py";
version = "0.0.15";
version = "1.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "0sg4r8f11b11ygb5ra7gwsnxjhkzwhaniii0v69kqcypkxncc3ys";
sha256 = "sha256-FdLSJFALeGcecLAHk9khJTKlMd3Mec/w/PGQOHqxYMQ=";
};
propagatedBuildInputs = [
requests
eventlet
];
doCheck = false; # OSError: protocol not found