Unverified Commit 1b49fed4 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #183879 from r-ryantm/auto-update/audible-cli

parents c0f6392d 8c483ab5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "audible-cli";
  version = "0.2.0";
  version = "0.2.1";

  src = fetchFromGitHub {
    owner = "mkb79";
    repo = pname;
    rev = "v${version}";
    sha256 = "1dalil8aaywdshf48d45ap4mgzxbyzhklr8nga7qhpwi22w84cgz";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-KPuAY/QMO2029tD4DMGCwmKuqpnxXAALYT+wE1ApfsI=";
  };

  propagatedBuildInputs = with python3Packages; [ aiofiles audible click httpx pillow tabulate toml tqdm packaging setuptools questionary ];