me
/
guix
Archived
1
0
Fork 0

gnu: gpxsee: Update to 7.16.

* gnu/packages/gps.scm (gpxsee): Update to 7.16.
master
Tobias Geerinckx-Rice 2019-10-30 04:44:02 +01:00
parent faefa2eda3
commit 9f3028676c
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(define-public gpxsee
(package
(name "gpxsee")
(version "7.12")
(version "7.16")
(source (origin
(method git-fetch)
(uri (git-reference
@ -180,7 +180,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
(file-name (git-file-name name version))
(sha256
(base32
"0c3axs3mm6xzabwbvy9vgq1sryjpi4h91nwzy9iyv9zjxz7phgzc"))))
"1mkfhb2c9qafjpva600nyn6yik49l4q1k6id1xvrci37wsn6ijav"))))
(build-system gnu-build-system)
(arguments
'(#:phases