python3Packages.deezer-python: 2.3.1 -> 2.4.0

This commit is contained in:
Fabian Affolter 2021-10-07 20:09:27 +02:00
parent 334ea0938e
commit 20d7e6bc0d

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "2.3.1";
version = "2.4.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0gkPwIz+nZJjxfucy71D0A5CFkhQaW32UH5t1DkuvEs=";
sha256 = "sha256-4Jjkhlv3wK4j2uU8dT11WYuBttlFtg+/ZBrc57UVeao=";
};
nativeBuildInputs = [