From aa3d241816125327cd6ae5aa4977eef4dd80303b Mon Sep 17 00:00:00 2001 From: lseelig <37001137+LSeelig@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:03:48 -0500 Subject: [PATCH] Use unofficial Mutagen build to fix chapter times --- com.github.geigi.cozy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.github.geigi.cozy.json b/com.github.geigi.cozy.json index d3e36711..fbf90070 100644 --- a/com.github.geigi.cozy.json +++ b/com.github.geigi.cozy.json @@ -40,8 +40,8 @@ "sources": [ { "type": "file", - "url": "https://files.pythonhosted.org/packages/b0/7a/620f945b96be1f6ee357d211d5bf74ab1b7fe72a9f1525aafbfe3aee6875/mutagen-1.47.0-py3-none-any.whl", - "sha256": "edd96f50c5907a9539d8e5bba7245f62c9f520aef333d13392a79a4f70aca719" + "url": "https://github.com/LSeelig/mutagen/releases/download/release-1.47.1/mutagen-1.47.1-py3-none-any.whl", + "sha256": "099c370f778f66b06f3e5a18e52948e53acdada530911c54090365b9292c99cb" } ] },