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