guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gpxsee: Update to 10.3.


From: guix-commits
Subject: branch master updated: gnu: gpxsee: Update to 10.3.
Date: Tue, 08 Feb 2022 12:22:08 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 97b50ba171 gnu: gpxsee: Update to 10.3.
97b50ba171 is described below

commit 97b50ba171c4a06a8228f1f1f3b4ca208afcdb93
Author: Nikolay Korotkiy via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Tue Feb 8 10:03:24 2022 +0300

    gnu: gpxsee: Update to 10.3.
    
    * gnu/packages/gps.scm (gpxsee): Update to 10.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 1c8f9af5b1..b8e3433a5e 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -170,7 +170,7 @@ coordinates as well as partial support for adjustments in 
global coordinate syst
 (define-public gpxsee
   (package
     (name "gpxsee")
-    (version "10.0")
+    (version "10.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -179,7 +179,7 @@ coordinates as well as partial support for adjustments in 
global coordinate syst
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kj7130imhppb0bam34a1xr2lxk76fyida31idzvfk3m7z39w02w"))))
+                "1i1diha617il0s2j9108xlw3vn10m6lc59r8r2fn48wmfzcj79dc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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