summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-09 11:14:40 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-09 20:14:40 +0200
commit376c30c8399cbf23269460183d6af50d8e590ce4 (patch)
tree3059ffcf554723028acc9dea63ecf6be5215f03b /pkgs/development
parentcb40c563783e68940d85c9bddc85d703127f070c (diff)
downloadnixlib-376c30c8399cbf23269460183d6af50d8e590ce4.tar
nixlib-376c30c8399cbf23269460183d6af50d8e590ce4.tar.gz
nixlib-376c30c8399cbf23269460183d6af50d8e590ce4.tar.bz2
nixlib-376c30c8399cbf23269460183d6af50d8e590ce4.tar.lz
nixlib-376c30c8399cbf23269460183d6af50d8e590ce4.tar.xz
nixlib-376c30c8399cbf23269460183d6af50d8e590ce4.tar.zst
nixlib-376c30c8399cbf23269460183d6af50d8e590ce4.zip
geos: 3.6.2 -> 3.6.3 (#44781)
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')
-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 83030a7a0142..c1b4c88aa479 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.6.2";
+  name = "geos-3.6.3";
 
   src = fetchurl {
     url = "https://download.osgeo.org/geos/${name}.tar.bz2";
-    sha256 = "0ak5szby29l9l0vy43dm5z2g92xzdky20q1gc1kah1fnhkgi6nh4";
+    sha256 = "0jrypv61rbyp7vi9qpnnaiigjj8cgdqvyk8ymik8h1ppcw5am7mb";
   };
 
   enableParallelBuilding = true;