python3Packages.beets-audible: 1.1.0 -> 1.2.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:20 +01:00
parent 56557421b8
commit 5e56730e6a
@@ -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 = [