python311Packages.python-rtmidi: 1.5.7 -> 1.5.8

This commit is contained in:
R. Ryantm 2023-11-21 22:29:05 +00:00
parent 1156cd9e9b
commit 24f7f8375d

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "python-rtmidi";
version = "1.5.7";
version = "1.5.8";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "python_rtmidi";
inherit version;
hash = "sha256-3vsaSyrob/OYwjLFPu2lVOJKSfZ96ELnnOuos8p3N00=";
hash = "sha256-f5reaLBorgkADstWKulSHaOiNDYa1USeg/xzRUTQBPo=";
};
nativeBuildInputs = [