python313Packages.deezer-python: 7.1.2 -> 7.2.0

Diff: https://github.com/browniebroke/deezer-python/compare/v7.1.2...v7.2.0

Changelog: https://github.com/browniebroke/deezer-python/releases/tag/v7.2.0

Changed files
+2 -2
pkgs
development
python-modules
deezer-python
+2 -2
pkgs/development/python-modules/deezer-python/default.nix
···
buildPythonPackage rec {
pname = "deezer-python";
-
version = "7.1.2";
+
version = "7.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "browniebroke";
repo = "deezer-python";
tag = "v${version}";
-
hash = "sha256-sPg5jasIOtkpxteKxn8273VQh+OuL+V8/IE9S0lp5ys=";
+
hash = "sha256-j7FiZJX2YIYs03bKKu2e+ByElp5oYpmpUheVr8BVXZo=";
};
build-system = [ setuptools ];