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

python38Packages.deezer-python: 4.2.0 -> 4.2.1
This commit is contained in:
Fabian Affolter 2021-12-12 11:12:35 +01:00 committed by GitHub
commit 4f2d70b740
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.0";
version = "4.2.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "v${version}";
sha256 = "0wljf3ri8jcg4df6m61k8s5nm9rncwa8c46pfv901bc737kyslpl";
sha256 = "0gl0l7x9zqfkz3l4jfz8rb956lqj3vx1aghric36izwzl6wyj6h5";
};
nativeBuildInputs = [