diff options
author | Ludovic Courtès <[email protected]> | 2022-11-28 12:26:32 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-11-28 12:26:32 +0100 |
commit | 459e4f2a4f2b16daded2aaba20edf3fffa4095f3 (patch) | |
tree | d1e2ada4dcfde3d3b4119087550c26856b42dbcf /gnu/packages/geo.scm | |
parent | a3264f31df9774ea514e18ed8e7b6bcb44061edc (diff) | |
parent | e6bffa99b19fe01067937a4930f1b107bd0ac398 (diff) |
Merge commit 'master' into version-1.4.0
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index f8163b1e37..0f777c7f9b 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,11 +2132,10 @@ 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) - ("pkg-config" ,pkg-config))) + (list gettext-minimal pkg-config)) (inputs (list alsa-utils bzip2 |