python3Packages.tidalapi: 0.8.4 -> 0.8.5 (#433336)

This commit is contained in:
André Silva
2025-08-13 14:45:08 +01:00
committed by GitHub
@@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "tidalapi";
version = "0.8.4";
version = "0.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "EbbLabs";
repo = "python-tidal";
tag = "v${version}";
hash = "sha256-PSM4aLjvG8b2HG86SCLgPjPo8PECVD5XrNZSbiAxcSk=";
hash = "sha256-DI1EtjwHGsdneyW3Av6ZEWoKf0MzkXs0NJkD55W5pD0=";
};
build-system = [