python3Packages.tidalapi: 0.8.4 -> 0.8.5

This commit is contained in:
André Silva
2025-08-13 10:52:45 +01:00
parent 5f7fd2471c
commit c9a03b7770
@@ -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 = [