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

Diff: https://github.com/Neurrone/beets-audible/compare/v1.2.1...v1.3.1
This commit is contained in:
Doron Behar
2026-03-04 11:22:27 +02:00
parent 056cd18f81
commit e20fb4c111
@@ -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 = [