python38Packages.deezer-python: 4.1.0 -> 4.2.0

This commit is contained in:
R. Ryantm 2021-12-08 16:28:41 +00:00 committed by Jonathan Ringer
parent 47c6f4aec0
commit 2a21705848

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "4.1.0";
version = "4.2.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "v${version}";
sha256 = "sha256-E1xXtvAcYIi2xxaX+3yMkkvRz+Gt6Nx0JRqV1nI/Ldo=";
sha256 = "0wljf3ri8jcg4df6m61k8s5nm9rncwa8c46pfv901bc737kyslpl";
};
nativeBuildInputs = [