python310Packages.deezer-python: 5.8.0 -> 5.8.1

This commit is contained in:
R. Ryantm 2022-12-04 19:50:52 +00:00
parent 8ae7fa8541
commit a59bbf1af9

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "5.8.0";
version = "5.8.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-H/+ESuZ4t9oSL9QIBZWWuRCSRXRv8IuTVNP/g5h7CIE=";
hash = "sha256-M6icdvD412qeURAIkywUliUM9QAgG/b+yBMZVYatvyQ=";
};
nativeBuildInputs = [