lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.abjad: 3.20 -> 3.22

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

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/abjad/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "abjad"; 17 - version = "3.20"; 17 + version = "3.22"; 18 18 format = "setuptools"; 19 19 20 20 # see issue upstream indicating Python 3.12 support will come ··· 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-Bzv+KSYi4LtuwOh37u09KIM1Gf0+kDwguypkW+8wlsM="; 26 + hash = "sha256-cTll4E5qPuacc7K3TFfK4IqtXGUHuiiU5J20poRuWbI="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [