python3.pkgs.python-rtmidi: 1.5.4 -> 1.5.5

This commit is contained in:
Theodore Ni
2023-08-18 23:24:23 -07:00
parent 1133438e97
commit 027907e033
@@ -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 = [