audible-cli: 0.3.2 -> 0.3.3 (#478609)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-24 19:58:32 +00:00
committed by GitHub
+3 -4
View File
@@ -9,20 +9,20 @@
python3Packages.buildPythonApplication rec {
pname = "audible-cli";
version = "0.3.2";
version = "0.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mkb79";
repo = "audible-cli";
tag = "v${version}";
hash = "sha256-DGOOMjP6dxIwbIhzRKf0+oy/2Cs+00tpwHkcmrukatw=";
hash = "sha256-ckI6nZUggIMvjJtN1zWXvTlVdiog0uJy6YR110A+JxM=";
};
nativeBuildInputs =
with python3Packages;
[
setuptools
hatchling
]
++ [
addBinToPathHook
@@ -37,7 +37,6 @@ python3Packages.buildPythonApplication rec {
packaging
pillow
questionary
setuptools
tabulate
toml
tqdm