Merge pull request #153459 from r-ryantm/auto-update/python3.8-deezer-python

python38Packages.deezer-python: 4.2.1 -> 4.3.0
This commit is contained in:
Fabian Affolter 2022-01-04 17:30:23 +01:00 committed by GitHub
commit 374c0c6d4b
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 = "4.2.1";
version = "4.3.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "v${version}";
sha256 = "0gl0l7x9zqfkz3l4jfz8rb956lqj3vx1aghric36izwzl6wyj6h5";
sha256 = "17l11mhv1qkdbhmwwal3zfgr1a3w1c4bwm9lqi78gadpl5lli4i2";
};
nativeBuildInputs = [