lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.python-rtmidi: 1.4.7 -> 1.4.9

+2 -2
+2 -2
pkgs/development/python-modules/python-rtmidi/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "python-rtmidi"; 7 - version = "1.4.7"; 7 + version = "1.4.9"; 8 8 disabled = isPy27; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "d7dbc2b174b09015dfbee449a672a072aa72b367be40b13e04ee35a2e2e399e3"; 12 + sha256 = "bfeb4ed99d0cccf6fa2837566907652ded7adc1c03b69f2160c9de4082301302"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config ];