python313Packages.pylast: 5.3.0 -> 5.4.0 (#386045)

This commit is contained in:
Nick Cao
2025-03-03 17:27:37 -05:00
committed by GitHub
@@ -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 = [