summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-03-08 17:23:04 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2020-03-09 15:21:45 +0100
commit9147d1216e2202da7f369c32b0ee73a3fae71530 (patch)
tree25a807bcbb45546a2c4849bb3feb15ad5658ee05
parent4960c03d1d4bff4f1106200bce5966c90f49a704 (diff)
downloadpatches-9147d1216e2202da7f369c32b0ee73a3fae71530.tar
patches-9147d1216e2202da7f369c32b0ee73a3fae71530.tar.gz
gnu: proj: Update to 6.3.1.
* gnu/packages/geo.scm (proj): Update to 6.3.1.
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d458c7bc92..27d5950875 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -328,7 +328,7 @@ fully fledged Spatial SQL capabilities.")
(define-public proj
(package
(name "proj")
- (version "6.2.0")
+ (version "6.3.1")
(source
(origin
(method url-fetch)
@@ -336,7 +336,7 @@ fully fledged Spatial SQL capabilities.")
version ".tar.gz"))
(sha256
(base32
- "0l1as8f4zfg74fms6h5p5psziw0lpznja1xnirzsscpnfbwc005k"))))
+ "1y46ij32j9b4x1kjnnlykcwk3kkjwkg44sfc1ziwm3a3g0ki3q3d"))))
(build-system gnu-build-system)
(inputs
`(("sqlite" ,sqlite)))