python313Packages.aioaudiobookshelf: 0.1.6 -> 0.1.7

https://github.com/music-assistant/aioaudiobookshelf/compare/refs/tags/0.1.6...refs/tags/0.1.7
This commit is contained in:
Martin Weinelt
2025-05-12 18:03:19 +02:00
parent 1116f63011
commit 8ea079b918
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aioaudiobookshelf";
version = "0.1.6";
version = "0.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "aioaudiobookshelf";
tag = version;
hash = "sha256-DvV/mAs/oN248glbgKymTNLx+o+pY/6ZqrdRRgYWstw=";
hash = "sha256-sHRyrh+FwR9Vc9LVOA069iH5Wg56Ye4e9bOxdTR6PPs=";
};
build-system = [