gnu: gpxsee: Update to 7.35.
* gnu/packages/gps.scm (gpxsee): Update to 7.35.
This commit is contained in:
parent
2666bb8112
commit
2b03b5f5da
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
|
||||||
(define-public gpxsee
|
(define-public gpxsee
|
||||||
(package
|
(package
|
||||||
(name "gpxsee")
|
(name "gpxsee")
|
||||||
(version "7.34")
|
(version "7.35")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -193,7 +193,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1"))))
|
"1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue