GNU bug report logs -
#53875
[PATCH] gnu: gpxsee: Update to 10.3.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>
Date: Tue, 8 Feb 2022 13:34:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/gps.scm (gpxsee): Update to 10.3.
---
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 @@ (define-public gama
(define-public gpxsee
(package
(name "gpxsee")
- (version "10.0")
+ (version "10.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -179,7 +179,7 @@ (define-public gpxsee
(file-name (git-file-name name version))
(sha256
(base32
- "0kj7130imhppb0bam34a1xr2lxk76fyida31idzvfk3m7z39w02w"))))
+ "1i1diha617il0s2j9108xlw3vn10m6lc59r8r2fn48wmfzcj79dc"))))
(build-system gnu-build-system)
(arguments
'(#:phases
--
2.34.1
This bug report was last modified 3 years and 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.