beetsPackages.audible: 1.0.1 -> 1.0.2 (#409272)

authored by Weijia Wang and committed by GitHub 26e517ee 946ba425

+2 -2
+2 -2
pkgs/tools/audio/beets/plugins/audible.nix
··· 7 7 }: 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "beets-audible"; 10 - version = "1.0.1"; 10 + version = "1.0.2"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Neurrone"; 15 15 repo = "beets-audible"; 16 16 rev = "v${version}"; 17 - hash = "sha256-Sds16h+W9t7N755ADPXXDi+SxwouBMxP9ApUqaXedqY="; 17 + hash = "sha256-6rf8U63SW+gwfT7ZdN/ymYKHRs0HSMDTP2ZBfULLsJs="; 18 18 }; 19 19 20 20 nativeBuildInputs = [