me
/
guix
Archived
1
0
Fork 0

gnu: gpxsee: Update to 7.37.

* gnu/packages/gps.scm (gpxsee): Update to 7.37.
master
Tobias Geerinckx-Rice 2020-11-29 23:52:31 +01:00
parent 4ac139631d
commit 958f6b5aa6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(define-public gpxsee
(package
(name "gpxsee")
(version "7.36")
(version "7.37")
(source (origin
(method git-fetch)
(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))
(sha256
(base32
"18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j"))))
"0fpb43smh0kwic5pdxs46c0hkqj8g084h72pa024x1my6w12y9b8"))))
(build-system gnu-build-system)
(arguments
'(#:phases