guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: gpxsee: Update to 7.34.


From: guix-commits
Subject: 02/13: gnu: gpxsee: Update to 7.34.
Date: Fri, 16 Oct 2020 11:51:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eec4def4f6a4e6e67db96c8acfc5327d2c6d64d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 16:39:37 2020 +0200

    gnu: gpxsee: Update to 7.34.
    
    * gnu/packages/gps.scm (gpxsee): Update to 7.34.
---
 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 b136d95..fcb6ffc 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -179,7 +179,7 @@ coordinates as well as partial support for adjustments in 
global coordinate syst
 (define-public gpxsee
   (package
     (name "gpxsee")
-    (version "7.30")
+    (version "7.34")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -188,7 +188,7 @@ coordinates as well as partial support for adjustments in 
global coordinate syst
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09gajwqc30r9a2sn972qdx3gx0gki9n0zafq986hn6zsr3z43mfs"))))
+                "0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]