[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: gpxsee: Update to 7.37.
From: |
guix-commits |
Subject: |
04/05: gnu: gpxsee: Update to 7.37. |
Date: |
Sun, 29 Nov 2020 18:26:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 958f6b5aa6c7bad87105384c0fb3920c01590a5f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 23:52:31 2020 +0100
gnu: gpxsee: Update to 7.37.
* gnu/packages/gps.scm (gpxsee): Update to 7.37.
---
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 3b3e038..e0f489f 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.36")
+ (version "7.37")
(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
- "18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j"))))
+ "0fpb43smh0kwic5pdxs46c0hkqj8g084h72pa024x1my6w12y9b8"))))
(build-system gnu-build-system)
(arguments
'(#:phases