Merge pull request #223525 from azuwis/piano-transcription-inference

authored by Sandro and committed by GitHub b55b48f8 9ad06f6c

+6 -2
+6 -2
pkgs/development/python-modules/piano-transcription-inference/default.nix
··· 38 38 ]; 39 39 40 40 patches = [ 41 - # Fix run against librosa 0.9.0 42 - # https://github.com/qiuqiangkong/piano_transcription_inference/pull/10 41 + # Fix run against librosa 0.10.0 42 + # https://github.com/qiuqiangkong/piano_transcription_inference/pull/14 43 43 (fetchpatch { 44 44 url = "https://github.com/qiuqiangkong/piano_transcription_inference/commit/b2d448916be771cd228f709c23c474942008e3e8.patch"; 45 45 hash = "sha256-8O4VtFij//k3fhcbMRz4J8Iz4AdOPLkuk3UTxuCSy8U="; 46 + }) 47 + (fetchpatch { 48 + url = "https://github.com/qiuqiangkong/piano_transcription_inference/commit/61443632dc5ea69a072612b6fa3f7da62c96b72c.patch"; 49 + hash = "sha256-I9+Civ95BnPUX0WQhTU/pGQruF5ctIgkIdxCK+xO3PE="; 46 50 }) 47 51 ]; 48 52