python3Packages.aioaudiobookshelf: 0.1.21 -> 0.1.22

This commit is contained in:
R. Ryantm
2026-07-04 21:22:58 +00:00
parent e91a72db6d
commit 9906cc0b40
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aioaudiobookshelf";
version = "0.1.21";
version = "0.1.22";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "aioaudiobookshelf";
tag = version;
hash = "sha256-TB7Zemt4kr3r68K/wf96FO7ecUswl6WtkgiJ/B2Mj1E=";
hash = "sha256-K0UOP9qfSn4syS3rmcyX0qHmxIW+EtRqtC045SBmc8k=";
};
build-system = [