3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #269075 from r-ryantm/auto-update/python311Packages.python-rtmidi

python311Packages.python-rtmidi: 1.5.7 -> 1.5.8
This commit is contained in:
Martin Weinelt 2023-11-22 13:39:48 +01:00 committed by GitHub
commit 9456f455b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [