summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-27 16:19:51 +0100
committerMarius Bakke <marius@gnu.org>2022-11-27 21:19:50 +0100
commit5a1b2de5d33484c98e6481f5dbe80621a44588a5 (patch)
tree9983da7bca2c9ba61b83d325fd4ff8f77b7ca6bf /gnu
parent50274d18dc99b8387b09edf47ebc6fe9b5e9d5fa (diff)
downloadguix-5a1b2de5d33484c98e6481f5dbe80621a44588a5.tar.gz
gnu: opencpn: Update to 5.6.2.
* gnu/packages/geo.scm (opencpn): Update to 5.6.2.
Diffstat (limited to 'gnu')
-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 f8163b1e37..1603f7b79c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2123,7 +2123,7 @@ exchanged form one Spatial DBMS and the other.")
 (define-public opencpn
   (package
     (name "opencpn")
-    (version "5.6.0")
+    (version "5.6.2")
     (source
      (origin
        (method git-fetch)
@@ -2132,7 +2132,7 @@ exchanged form one Spatial DBMS and the other.")
              (commit (string-append "Release_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g5x45wv3djfjmigk6kgs0i63yp8rs1fbmm4pb15wb3z6dml624y"))))
+        (base32 "16hb0ycp0kbx2h8fx08rqkgrlz48kaym0d6wqvpjrcfa2r4myss8"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)