Merge pull request #158024 from r-ryantm/auto-update/python3.10-deezer-python

python310Packages.deezer-python: 5.0.1 -> 5.1.0
This commit is contained in:
Fabian Affolter 2022-02-03 20:46:59 +01:00 committed by GitHub
commit 5c4a3c49e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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