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

audible-cli: 0.2.5 -> 0.2.6
This commit is contained in:
Nick Cao 2024-01-22 10:04:25 -05:00 committed by GitHub
commit ec045843b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "audible-cli";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "mkb79";
repo = "audible-cli";
rev = "refs/tags/v${version}";
hash = "sha256-YGvnye6YSp/H/2HAw6A8z5VzzCqa3ktJucq+3cXPUpc=";
hash = "sha256-J81RcehFokOpsQBJLvmeihSrlMyX0geHPl3PPxvGjmY=";
};
nativeBuildInputs = with python3Packages; [