python3Packages.deezer-python: 7.1.1 -> 7.1.2

This commit is contained in:
R. Ryantm
2025-09-01 20:21:46 +00:00
parent ebdfb5d0aa
commit e22f6ae3c1
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "7.1.1";
version = "7.1.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = "deezer-python";
tag = "v${version}";
hash = "sha256-3TYgOa8NWGhkVIT5HkDdpHGyj7FzP8n02a36KHW6IC4=";
hash = "sha256-sPg5jasIOtkpxteKxn8273VQh+OuL+V8/IE9S0lp5ys=";
};
build-system = [ setuptools ];