python312Packages.audible: 0.9.1 -> 0.10.0

This commit is contained in:
R. Ryantm 2024-09-27 02:43:15 +00:00
parent c7f9378f34
commit 34ed43b66f

View File

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