tiledb: 1.7.5 -> 1.7.6

This commit is contained in:
R. RyanTM 2020-03-21 05:07:41 +00:00 committed by Jon
parent f08105e7b3
commit b0c75e811a

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "tiledb";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "TileDB-Inc";
repo = "TileDB";
rev = version;
sha256 = "1fx0db4x0vcahzk5lk2p0ls644s48vfz7mf9qgsr72pplyn1kcnc";
sha256 = "0khxd1w5piqkxjiibnfvxcpk9lb8pi5x95zll5qs7vpbznn56b18";
};
nativeBuildInputs = [
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "TileDB allows you to manage the massive dense and sparse multi-dimensional array data";
homepage = https://github.com/TileDB-Inc/TileDB;
homepage = "https://github.com/TileDB-Inc/TileDB";
license = licenses.mit;
platforms = [ "x86_64-linux"];
maintainers = with maintainers; [ rakesh4g ];