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

This commit is contained in:
Martin Weinelt 2022-08-05 02:04:00 +02:00 committed by GitHub
commit 1b49fed45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];