Unverified Commit ef153095 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.aioaudiobookshelf: 0.1.7 -> 0.1.10 (#443684)

parents 677cef67 e26c8447
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [