summaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 23:52:31 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-30 00:25:52 +0100
commit958f6b5aa6c7bad87105384c0fb3920c01590a5f (patch)
treefd3f99f4f8b26965db426710fc5636dcfbff6d41 /gnu/packages/gps.scm
parent4ac139631d255c20b4ef3a1d7adc2d05c3467091 (diff)
downloadguix-patches-958f6b5aa6c7bad87105384c0fb3920c01590a5f.tar
guix-patches-958f6b5aa6c7bad87105384c0fb3920c01590a5f.tar.gz
gnu: gpxsee: Update to 7.37.
* gnu/packages/gps.scm (gpxsee): Update to 7.37.
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r--gnu/packages/gps.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 3b3e038cc8..e0f489f8de 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -184,7 +184,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(define-public gpxsee
(package
(name "gpxsee")
- (version "7.36")
+ (version "7.37")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -193,7 +193,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(file-name (git-file-name name version))
(sha256
(base32
- "18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j"))))
+ "0fpb43smh0kwic5pdxs46c0hkqj8g084h72pa024x1my6w12y9b8"))))
(build-system gnu-build-system)
(arguments
'(#:phases