guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: libgeotiff: Update to 1.4.3.


From: guix-commits
Subject: 05/05: gnu: libgeotiff: Update to 1.4.3.
Date: Thu, 14 Mar 2019 18:52:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a3783aca66cfd256fa361f99ebaa6b67d87a7429
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 14 23:44:29 2019 +0100

    gnu: libgeotiff: Update to 1.4.3.
    
    * gnu/packages/geo.scm (libgeotiff): Update to 1.4.3.
---
 gnu/packages/geo.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index cf4fcee..a311f3b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]