diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-13 01:24:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-13 01:27:23 +0100 |
commit | f41c9ab4c3c65e0588b83eefbd2511716aa6d465 (patch) | |
tree | 0f07a14bee39f37eab4b61ba075867ce5596de5b /gnu/packages/gps.scm | |
parent | 5f72da5f8a02cd687a57fe0c59077ca068078212 (diff) |
gnu: gpxsee: Update to 7.36.
* gnu/packages/gps.scm (gpxsee): Update to 7.36.
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r-- | gnu/packages/gps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 60305e62ce..680ddb8ca8 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.35") + (version "7.36") (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 - "1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5")))) + "18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j")))) (build-system gnu-build-system) (arguments '(#:phases |