python3Packages.pylast: 7.0.1 -> 7.0.2

https://github.com/pylast/pylast/releases/tag/7.0.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:58 +01:00
parent 7bbaacb212
commit cee7be1877
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pylast";
version = "7.0.1";
version = "7.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pylast";
repo = "pylast";
tag = version;
hash = "sha256-MV7NLh++2GxRvnF30Q3zBOgM6dT8tI/KpQ1YB4rMd1s=";
hash = "sha256-NA49V9s4k0l0icoiKVjxTAdhC+MuNgbbeImAjzGB8Xo=";
};
build-system = [