diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-14 23:44:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-14 23:51:49 +0100 |
commit | a3783aca66cfd256fa361f99ebaa6b67d87a7429 (patch) | |
tree | d2b04cdeb90f23bb73c7f4c5c2322cfe95e033c7 /gnu/packages/geo.scm | |
parent | 93394133e1ef60cd220951834ca43fbd55c8d5b4 (diff) | |
download | patches-a3783aca66cfd256fa361f99ebaa6b67d87a7429.tar patches-a3783aca66cfd256fa361f99ebaa6b67d87a7429.tar.gz |
gnu: libgeotiff: Update to 1.4.3.
* gnu/packages/geo.scm (libgeotiff): Update to 1.4.3.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index cf4fcee8dd..a311f3b904 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -201,15 +201,14 @@ and driving.") (define-public libgeotiff (package (name "libgeotiff") - (version "1.4.2") + (version "1.4.3") (source (origin (method url-fetch) (uri (string-append "http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-" version ".tar.gz")) (sha256 - (base32 - "0vjy3bwfhljjx66p9w999i4mdhsf7vjshx29yc3pn5livf5091xd")) + (base32 "0rbjqixi4c8yz19larlzq6jda0px2gpmpp9c52cyhplbjsdhsldq")) (modules '((guix build utils))) (snippet '(begin |