python3Packages.beets-filetote: 1.1.0 -> 1.1.1

https://github.com/gtronset/beets-filetote/blob/v1.1.1/CHANGELOG.md

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 11cdc3d9e0
commit 0e1fe10283
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "beets-filetote";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "gtronset";
repo = "beets-filetote";
tag = "v${version}";
hash = "sha256-5o0Hif0dNavYRH1pa1ZPTnOvk9VPXCU/Lqpg2rKzU/I=";
hash = "sha256-NsYBsP60SiCfQ63C4WMkshyreFqOSmx3LP5Gwq6ECF0=";
};
postPatch = ''