7 buildOctavePackage rec {
12 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
13 sha256 = "18h1039ri7dr37jv20cvj5vhw7b57frrda0hhbvlgixinbqmn9j7";
16 propagatedBuildInputs = [
21 homepage = "https://octave.sourceforge.io/zeromq/index.html";
22 license = licenses.gpl3Plus;
23 maintainers = with maintainers; [ KarlJoad ];
24 description = "ZeroMQ bindings for GNU Octave";