gnu: gpxsee: Update to 7.35.

* gnu/packages/gps.scm (gpxsee): Update to 7.35.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-04 14:12:36 +01:00
parent 2666bb8112
commit 2b03b5f5da
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -184,7 +184,7 @@ (define-public gama
(define-public gpxsee
(package
(name "gpxsee")
(version "7.34")
(version "7.35")
(source (origin
(method git-fetch)
(uri (git-reference
@ -193,7 +193,7 @@ (define-public gpxsee
(file-name (git-file-name name version))
(sha256
(base32
"0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1"))))
"1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5"))))
(build-system gnu-build-system)
(arguments
'(#:phases