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:
parent
5711ed0639
commit
e2e78107a4
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user