python3Packages.aioaudiobookshelf: 0.1.7 -> 0.1.10

This commit is contained in:
R. Ryantm
2025-12-14 14:49:53 +00:00
parent 3aabd7d35c
commit e26c8447bd
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aioaudiobookshelf";
version = "0.1.7";
version = "0.1.10";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "aioaudiobookshelf";
tag = version;
hash = "sha256-sHRyrh+FwR9Vc9LVOA069iH5Wg56Ye4e9bOxdTR6PPs=";
hash = "sha256-fNIxLmvZzFBEnIgo1DYn14hrG4p4lnsWIDRsB0lvdpk=";
};
build-system = [