summary refs log tree commit diff
path: root/pkgs/development/libraries/geos
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-21 16:25:43 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-21 16:25:43 -0700
commit5760002d95289474892a2fc015e7665648760284 (patch)
treecc2e61d95d71ab2aaf15484ea0989db1e3c30feb /pkgs/development/libraries/geos
parentec760828d9790502833e32391d7aedde2f3268cc (diff)
downloadnixpkgs-5760002d95289474892a2fc015e7665648760284.tar
nixpkgs-5760002d95289474892a2fc015e7665648760284.tar.gz
nixpkgs-5760002d95289474892a2fc015e7665648760284.tar.bz2
nixpkgs-5760002d95289474892a2fc015e7665648760284.tar.lz
nixpkgs-5760002d95289474892a2fc015e7665648760284.tar.xz
nixpkgs-5760002d95289474892a2fc015e7665648760284.tar.zst
nixpkgs-5760002d95289474892a2fc015e7665648760284.zip
geos: 3.7.3 -> 3.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geos/versions
Diffstat (limited to 'pkgs/development/libraries/geos')
-rw-r--r--pkgs/development/libraries/geos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/geos/default.nix b/pkgs/development/libraries/geos/default.nix
index e7fce696894..7135d6b3586 100644
--- a/pkgs/development/libraries/geos/default.nix
+++ b/pkgs/development/libraries/geos/default.nix
@@ -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;