diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2020-10-22 22:04:04 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <freddyrietdijk@fridh.nl> | 2020-10-25 09:52:22 +0100 |
| commit | d82188bf90f70880229a746b6dfd666a53f85b50 (patch) | |
| tree | 962e908249ea737ee83775c364b80c7bbff42ee2 /pkgs/development/python-modules/python-rtmidi | |
| parent | 6fecc33dad9cd62ab5e06cfadf4fe0d8a019c3e6 (diff) | |
pythonPackages.python-rtmidi: 1.4.5 -> 1.4.6
Diffstat (limited to 'pkgs/development/python-modules/python-rtmidi')
| -rw-r--r-- | pkgs/development/python-modules/python-rtmidi/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-rtmidi/default.nix b/pkgs/development/python-modules/python-rtmidi/default.nix index c2cced83509e..2b65a658f982 100644 --- a/pkgs/development/python-modules/python-rtmidi/default.nix +++ b/pkgs/development/python-modules/python-rtmidi/default.nix @@ -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 ]; |
