[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: gpxsee: Update to 7.16.
From: |
guix-commits |
Subject: |
01/07: gnu: gpxsee: Update to 7.16. |
Date: |
Wed, 30 Oct 2019 00:26:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9f3028676cb353d98ae07ad72ceca00af9b9f309
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 30 04:44:02 2019 +0100
gnu: gpxsee: Update to 7.16.
* gnu/packages/gps.scm (gpxsee): Update to 7.16.
---
gnu/packages/gps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index d2481cf..8f23be0 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -171,7 +171,7 @@ coordinates as well as partial support for adjustments in
global coordinate syst
(define-public gpxsee
(package
(name "gpxsee")
- (version "7.12")
+ (version "7.16")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -180,7 +180,7 @@ coordinates as well as partial support for adjustments in
global coordinate syst
(file-name (git-file-name name version))
(sha256
(base32
- "0c3axs3mm6xzabwbvy9vgq1sryjpi4h91nwzy9iyv9zjxz7phgzc"))))
+ "1mkfhb2c9qafjpva600nyn6yik49l4q1k6id1xvrci37wsn6ijav"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (faefa2e -> 7f2a457), guix-commits, 2019/10/30
- 04/07: gnu: r-tidytree: Update to 0.2.9., guix-commits, 2019/10/30
- 06/07: gnu: perl-moo-2: Update to 2.003006., guix-commits, 2019/10/30
- 07/07: gnu: perl-net-dns-native: Update to 0.22., guix-commits, 2019/10/30
- 02/07: gnu: goffice: Don't use NAME in source URI., guix-commits, 2019/10/30
- 03/07: gnu: goffice: Update to 0.10.45., guix-commits, 2019/10/30
- 05/07: gnu: openrct2: Update to 0.2.4., guix-commits, 2019/10/30
- 01/07: gnu: gpxsee: Update to 7.16.,
guix-commits <=