python312Packages.deezer-python: 7.0.0 -> 7.1.0

This commit is contained in:
R. Ryantm
2024-11-01 04:21:44 +00:00
parent e99719836d
commit 2a4e508391
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "7.0.0";
version = "7.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = "deezer-python";
rev = "refs/tags/v${version}";
hash = "sha256-V4M6qRTa7XKbl962Z3y70+v3YCeW65VjeSIv/1Oxnws=";
hash = "sha256-d+cN6f6jw8D+noxyYl/TpDAkeTb8Krt+r0/Ai65cvdU=";
};
postPatch = ''