Merge pull request #250117 from tjni/python-rtmidi

python3.pkgs.python-rtmidi: 1.5.4 -> 1.5.5
This commit is contained in:
OTABI Tomoya
2023-08-21 17:51:11 +09:00
committed by GitHub
@@ -6,33 +6,37 @@
, CoreAudio
, CoreMIDI
, CoreServices
, cython_3
, fetchPypi
, flake8
, libjack2
, meson-python
, ninja
, pkg-config
, pythonOlder
, setuptools
, tox
, wheel
}:
buildPythonPackage rec {
pname = "python-rtmidi";
version = "1.5.4";
version = "1.5.5";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "python_rtmidi";
inherit version;
hash = "sha256-sLUGQoDba3iiYvqUFwMbIktSdZBb0OLhccfQ++FFRP0=";
hash = "sha256-Pz6bD6SX6BPMC91zsorgeXfJGAPk1VULx8ejShUBy94=";
};
nativeBuildInputs = [
cython_3
meson-python
ninja
pkg-config
setuptools
wheel
];
buildInputs = [