Unverified Commit d814d09d authored by André Silva's avatar André Silva Committed by GitHub
Browse files

python3Packages.tidalapi: 0.8.6 -> 0.8.8 (#452881)

parents 0844a76d 3bac721a
Loading
Loading
Loading
Loading
+5 −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
@@ -47,6 +49,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/tamland/python-tidal";
    license = lib.licenses.gpl3;
    maintainers = with lib.maintainers; [
      drafolin
      drawbu
      ryand56
    ];