3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #183098 from r-ryantm/auto-update/python310Packages.deezer-python

python310Packages.deezer-python: 5.5.0 -> 5.6.0
This commit is contained in:
Jonas Heinrich 2022-09-09 10:58:24 +02:00 committed by GitHub
commit 80d47216d7
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.5.0";
version = "5.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VwN/EkJ2LtbCqSelPVl33dD1MFSlypUXmyw4FnH0ee4=";
hash = "sha256-fj3Qp5Z7mt+NnzZhaXDDW4T+ZP6g0nT/cIhI04dqW7Y=";
};
nativeBuildInputs = [