Skip to content

Commit

Permalink
python312Packages.audible: 0.9.1 -> 0.10.0 (#344779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Sep 27, 2024
2 parents b85783d + 34ed43b commit 3a81f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/audible/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

buildPythonPackage rec {
pname = "audible";
version = "0.9.1";
version = "0.10.0";
pyproject = true;

src = fetchFromGitHub {
owner = "mkb79";
repo = "Audible";
rev = "refs/tags/v${version}";
hash = "sha256-qLU8FjJBPKFgjpumPqRiiMBwZi+zW46iEmWM8UerMgs=";
hash = "sha256-ILGhjuPIxpRxu/dVDmz531FUgMWosk4P+onPJltuPIs=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit 3a81f85

Please sign in to comment.