Merge pull request #71607 from r-ryantm/auto-update/geos

geos: 3.7.3 -> 3.8.0
This commit is contained in:
markuskowa
2020-03-31 11:44:03 +02:00
committed by GitHub

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python }:
stdenv.mkDerivation rec {
name = "geos-3.7.3";
name = "geos-3.8.0";
src = fetchurl {
url = "https://download.osgeo.org/geos/${name}.tar.bz2";
sha256 = "0znaby3fs3fy7af5njrnmjnfsa80ac97fvamlnjiywddw3j5l0q2";
sha256 = "1mb2v9fy1gnbjhcgv0xny11ggfb17vkzsajdyibigwsxr4ylq4cr";
};
enableParallelBuilding = true;
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ port of the Java Topology Suite (JTS)";
homepage = http://geos.refractions.net/;
homepage = https://trac.osgeo.org/geos;
license = licenses.lgpl21;
};
}