python313Packages.pylast: 5.3.0 -> 5.4.0

Diff: pylast/pylast@refs/tags/5.3.0...5.4.0

Changelog: https://github.com/pylast/pylast/releases/tag/5.4.0
This commit is contained in:
Fabian Affolter
2025-03-03 22:51:17 +01:00
parent 6d6df8288d
commit 145fa2ff35
@@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "pylast";
version = "5.3.0";
version = "5.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "pylast";
repo = "pylast";
tag = version;
hash = "sha256-dgqTNISeyBkZ2m68pqw5rsoyPxLW4wWkv6iqq9bD5Ek=";
hash = "sha256-QSCqgvhlH87adSq/SYhM/Fxgl7+UOuW9pfUr/q7K36A=";
};
build-system = [