python3Packages.abjad: 3.20 -> 3.22

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 06:58:09 +02:00
parent 5711ed0639
commit e2e78107a4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "abjad";
version = "3.20";
version = "3.22";
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-Bzv+KSYi4LtuwOh37u09KIM1Gf0+kDwguypkW+8wlsM=";
hash = "sha256-cTll4E5qPuacc7K3TFfK4IqtXGUHuiiU5J20poRuWbI=";
};
propagatedBuildInputs = [