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
commit 470c50d633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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