gnu: gpxsee: Update to 7.25.

* gnu/packages/gps.scm (gpxsee): Update to 7.25.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-11 02:43:41 +01:00
parent 49bb3a56e4
commit 3437fe1fb7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -178,7 +178,7 @@ (define-public gama
(define-public gpxsee
(package
(name "gpxsee")
(version "7.16")
(version "7.25")
(source (origin
(method git-fetch)
(uri (git-reference
@ -187,7 +187,7 @@ (define-public gpxsee
(file-name (git-file-name name version))
(sha256
(base32
"1mkfhb2c9qafjpva600nyn6yik49l4q1k6id1xvrci37wsn6ijav"))))
"0lml3hz2zxljl9j5wnh7bn9bj8k9v3wf6bk3g77x9nnarsmw0fcx"))))
(build-system gnu-build-system)
(arguments
'(#:phases