arrow-glib 15.0.0 -> 15.0.2 https://repology.org/project/arrow-glib/versions attrpath: arrow-glib Checking auto update branch... No auto update branch exists Old version 15.0.0" not present in master derivation file with contents: { stdenv , arrow-cpp , fetchurl , glib , gobject-introspection , lib , meson , ninja , pkg-config }: stdenv.mkDerivation rec { pname = "arrow-glib"; inherit (arrow-cpp) src version; sourceRoot = "apache-arrow-${version}/c_glib"; nativeBuildInputs = [ meson ninja pkg-config gobject-introspection ]; buildInputs = [ arrow-cpp glib ]; meta = with lib; { inherit (arrow-cpp.meta) license platforms; description = "GLib bindings for Apache Arrow"; homepage = "https://arrow.apache.org/docs/c_glib/"; maintainers = with maintainers; [ amarshall ]; }; }