python3Packages.jianpu-ly: 1.844 -> 1.853 (#405309)

authored by OTABI Tomoya and committed by GitHub 74c0eff1 d6db763e

+3 -2
+3 -2
pkgs/development/python-modules/jianpu-ly/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "jianpu-ly"; 11 - version = "1.844"; 11 + version = "1.853"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 inherit version; 16 16 pname = "jianpu_ly"; 17 - hash = "sha256-wHNTHj5e5K0QHs+NxULdJZCC6vkKd5FuLxt9Ir1m3aI="; 17 + hash = "sha256-LNXFkcSTepbAC36lpeSbxZYHA9O6hOp4MRe6LgbpbZQ="; 18 18 }; 19 19 20 20 dependencies = [ lilypond ]; ··· 29 29 meta = { 30 30 homepage = "https://ssb22.user.srcf.net/mwrhome/jianpu-ly.html"; 31 31 description = "Assists with printing jianpu"; 32 + changelog = "https://github.com/ssb22/jianpu-ly/releases/tag/v${version}"; 32 33 license = lib.licenses.asl20; 33 34 maintainers = with lib.maintainers; [ ifurther ]; 34 35 };