audible-cli: 0.2.4 -> 0.2.5
Diff: https://github.com/mkb79/audible-cli/compare/refs/tags/v0.2.4...v0.2.5 Changelog: https://github.com/mkb79/audible-cli/blob/v0.2.5/CHANGELOG.md
This commit is contained in:
parent
2898e563b4
commit
60f62ab2da
@ -2,13 +2,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "audible-cli";
|
||||
version = "0.2.4";
|
||||
version = "0.2.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mkb79";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-umIPHKPfWKlzEVyRKbBqmul/8n13EnpfYXmSQbQtLq8=";
|
||||
hash = "sha256-YGvnye6YSp/H/2HAw6A8z5VzzCqa3ktJucq+3cXPUpc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ aiofiles audible click httpx pillow tabulate toml tqdm packaging setuptools questionary ];
|
||||
|
Loading…
Reference in New Issue
Block a user