Merge pull request #142463 from fabaff/bump-deezer-python

python3Packages.deezer-python: 4.0.0 -> 4.1.0
conduit-nginx
Fabian Affolter 2021-10-21 20:56:48 +02:00 committed by GitHub
commit 53295778b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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