python310Packages.deezer-python: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2022-01-29 13:43:11 +00:00
parent 5cf5cad0da
commit 1e414e1bd1

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "5.0.0";
version = "5.0.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "v${version}";
sha256 = "1vygyjmmin34iqmhq2l4qb9x2zgc41y6x50xavqzrkfkdd7vhwg6";
sha256 = "sha256-dL1d1bF+hHIQrsyk6t1Afj22yNC/cIpuID5Ajgal5bA=";
};
nativeBuildInputs = [