python3Packages.jianpu-ly: 1.868 -> 1.869

This commit is contained in:
R. Ryantm
2026-06-03 07:57:03 +00:00
parent 52383c55bc
commit 56f8d9dc33
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jianpu-ly";
version = "1.868";
version = "1.869";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "jianpu_ly";
hash = "sha256-Jm3r3c4o/rMdwiPlaIe33JEyb0S4yIr9kupxZal06eU=";
hash = "sha256-xTownx9NOAzQtXsuhgzzqqt+GvT2IYIxwCvZfDnIPeg=";
};
dependencies = [ lilypond ];