python313Packages.deezer-python: 7.1.2 -> 7.2.0 (#444891)

This commit is contained in:
Fabian Affolter
2025-09-21 12:46:55 +00:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "7.1.2";
version = "7.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = "deezer-python";
tag = "v${version}";
hash = "sha256-sPg5jasIOtkpxteKxn8273VQh+OuL+V8/IE9S0lp5ys=";
hash = "sha256-j7FiZJX2YIYs03bKKu2e+ByElp5oYpmpUheVr8BVXZo=";
};
build-system = [ setuptools ];