Commit 5e56730e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.beets-audible: 1.1.0 -> 1.2.1

This commit was automatically generated using update-python-libraries.
parent 56557421
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "beets-audible";
  version = "1.1.0";
  version = "1.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Neurrone";
    repo = "beets-audible";
    rev = "v${version}";
    hash = "sha256-Hi/hI+zfAHwRLt8JhzL5RXEIHnSBX8oO/zuuq1HxT2s=";
    tag = "v${version}";
    hash = "sha256-uQNF04BK87vN5Ak3g05rS8+LQLxsNEncgz4oKhNidWI=";
  };

  build-system = [