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.25.


From: guix-commits
Subject: 02/13: gnu: gpxsee: Update to 7.25.
Date: Tue, 10 Mar 2020 22:43:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3437fe1fb7ba1535f5f09d8d6ccefe033152a9a9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 11 02:43:41 2020 +0100

    gnu: gpxsee: Update to 7.25.
    
    * gnu/packages/gps.scm (gpxsee): Update to 7.25.
---
 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 ac8dedd..718ca42 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



reply via email to

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