Unverified Commit 63aa5d51 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.jianpu-ly: 1.865 -> 1.866 (#501031)

parents a23e99af 3edbbdc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];