python3Packages.aioaudiobookshelf: 0.1.22 -> 0.1.24

This commit is contained in:
R. Ryantm
2026-07-14 04:37:57 +00:00
parent d95279435c
commit 4f6a038282
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aioaudiobookshelf";
version = "0.1.22";
version = "0.1.24";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "aioaudiobookshelf";
tag = version;
hash = "sha256-K0UOP9qfSn4syS3rmcyX0qHmxIW+EtRqtC045SBmc8k=";
hash = "sha256-rVHkmfcEtnQPHb6s8KeNRToDhloDcNnqBjPyTUgIygc=";
};
build-system = [