python3Packages.abjad: 3.22 -> 3.28

https://abjad.github.io/appendices/changes.html

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:52 +02:00
parent b39dd739b4
commit 0d0195ad7d
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "abjad";
version = "3.22";
version = "3.28";
format = "setuptools";
# see issue upstream indicating Python 3.12 support will come
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-cTll4E5qPuacc7K3TFfK4IqtXGUHuiiU5J20poRuWbI=";
hash = "sha256-J4LPOSz34GvDRwpCG8yt4LAqt+dhDrfG/W451bZRpgk=";
};
propagatedBuildInputs = [