python3Packages.jianpu-ly: 1.863 -> 1.864

This commit is contained in:
R. Ryantm
2025-10-17 05:41:14 +00:00
parent 5d1f6df5e1
commit e9272a946a
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "jianpu-ly";
version = "1.863";
version = "1.864";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "jianpu_ly";
hash = "sha256-feSg7kWWBFHqqvyx4O05KtWa9p4JvKwrtyMqbNXwAd0=";
hash = "sha256-dYAUpdHvLnN4pE3aBZBK0yLjUQYguqBcAXPq7ep/iNE=";
};
dependencies = [ lilypond ];