Commit e20fb4c1 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.beets-audible: 1.2.1 -> 1.3.1

parent 056cd18f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

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

  src = fetchFromGitHub {
    owner = "Neurrone";
    repo = "beets-audible";
    tag = "v${version}";
    hash = "sha256-uQNF04BK87vN5Ak3g05rS8+LQLxsNEncgz4oKhNidWI=";
    hash = "sha256-JijKKbceQejpOFIjrpoWRt6qlwBA6Yr8dwVTHyM7Io8=";
  };

  build-system = [