diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 02:43:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 02:55:15 +0100 |
commit | 3437fe1fb7ba1535f5f09d8d6ccefe033152a9a9 (patch) | |
tree | 00963c2b66c15ae9a8ffe412eda0ff9f15055066 | |
parent | 49bb3a56e4caea411bef485e2474051ea134eb7e (diff) | |
download | guix-3437fe1fb7ba1535f5f09d8d6ccefe033152a9a9.tar.gz guix-3437fe1fb7ba1535f5f09d8d6ccefe033152a9a9.zip |
gnu: gpxsee: Update to 7.25.
* gnu/packages/gps.scm (gpxsee): Update to 7.25.
-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 ac8deddad5..718ca42454 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -178,7 +178,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (define-public gpxsee (package (name "gpxsee") - (version "7.16") + (version "7.25") (source (origin (method git-fetch) (uri (git-reference @@ -187,7 +187,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (file-name (git-file-name name version)) (sha256 (base32 - "1mkfhb2c9qafjpva600nyn6yik49l4q1k6id1xvrci37wsn6ijav")))) + "0lml3hz2zxljl9j5wnh7bn9bj8k9v3wf6bk3g77x9nnarsmw0fcx")))) (build-system gnu-build-system) (arguments '(#:phases |