Unverified Commit a679942d authored by drafolin's avatar drafolin
Browse files

python3Packages.tidalapi: 0.8.6 -> 0.8.8

parent b8acebe3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,17 +9,18 @@
  ratelimit,
  typing-extensions,
  mpegdash,
  pyaes,
}:
buildPythonPackage rec {
  pname = "tidalapi";
  version = "0.8.6";
  version = "0.8.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "EbbLabs";
    repo = "python-tidal";
    tag = "v${version}";
    hash = "sha256-SsyO0bh2ayHfGzINBW1BTTPS/ICvIymIhQ1HUPRFOwU=";
    hash = "sha256-+O+U8QZhaOdUgPONv1tb5ctiK8NmD2NJK0hokmNtUZM=";
  };

  build-system = [
@@ -33,6 +34,7 @@ buildPythonPackage rec {
    isodate
    ratelimit
    typing-extensions
    pyaes
  ];

  doCheck = false; # tests require internet access