python3Packages.jianpu-ly: 1.865 -> 1.866

This commit is contained in:
R. Ryantm
2026-03-18 14:01:39 +00:00
parent 37623ad7aa
commit 3edbbdc256
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jianpu-ly";
version = "1.865";
version = "1.866";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "jianpu_ly";
hash = "sha256-fW4qoaDrOZL+oKRPWIZbvuZSOCsrWDw0QsO4r6SJB/Y=";
hash = "sha256-nLVLRot4ECZyQ+G6o3mc4fVN9uGP/ZX2RATwaA6pGBI=";
};
dependencies = [ lilypond ];