diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 14:12:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-05 03:46:09 +0100 |
commit | 2b03b5f5da008918876b7ec5c5c112bba7d8fea0 (patch) | |
tree | fa48ab56d0f79fda61976c9680e23eef5e62875c /gnu | |
parent | 2666bb811283884fe48b691735bc14c7885b8be1 (diff) |
gnu: gpxsee: Update to 7.35.
* gnu/packages/gps.scm (gpxsee): Update to 7.35.
Diffstat (limited to 'gnu')
-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 74942b37f6..60305e62ce 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.34") + (version "7.35") (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 - "0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1")))) + "1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5")))) (build-system gnu-build-system) (arguments '(#:phases |