Commit e26c8447 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aioaudiobookshelf: 0.1.7 -> 0.1.10

parent 3aabd7d3
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 = [