summaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-06 05:15:15 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-06 09:21:48 +0200
commit893aca0993b93a8156b32cf76d9b57a097c13622 (patch)
tree4f54579e5b53c7786f5d9062739caa88d75ccc2b /gnu/packages/gps.scm
parent6b490fff21b9c87f5ad5a0eda0e6eada32ccc681 (diff)
downloadguix-patches-893aca0993b93a8156b32cf76d9b57a097c13622.tar
guix-patches-893aca0993b93a8156b32cf76d9b57a097c13622.tar.gz
gnu: gpxsee: Update to 7.30.
* gnu/packages/gps.scm (gpxsee): Update to 7.30.
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r--gnu/packages/gps.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index bb3ec345ba..38fa6bea47 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -182,7 +182,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(define-public gpxsee
(package
(name "gpxsee")
- (version "7.25")
+ (version "7.30")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -191,7 +191,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(file-name (git-file-name name version))
(sha256
(base32
- "0lml3hz2zxljl9j5wnh7bn9bj8k9v3wf6bk3g77x9nnarsmw0fcx"))))
+ "09gajwqc30r9a2sn972qdx3gx0gki9n0zafq986hn6zsr3z43mfs"))))
(build-system gnu-build-system)
(arguments
'(#:phases