pythonPackages.python-rtmidi: 1.4.5 -> 1.4.6

This commit is contained in:
Martin Weinelt 2020-10-22 22:04:04 +02:00 committed by Frederik Rietdijk
parent 6fecc33dad
commit d82188bf90

View file

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "python-rtmidi";
version = "1.4.5";
version = "1.4.6";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "3dd1909d0f44f03a4191131f1829cac2ee6a94f5a4be2a9606354748e594e704";
sha256 = "1aqhsl9w3h0rwf3mhr8parjbxm2sb6sn5mac6725cvm535pqqyhz";
};
nativeBuildInputs = [ pkg-config ];