gnu: gpxsee: Update to 7.34.

* gnu/packages/gps.scm (gpxsee): Update to 7.34.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 16:39:37 +02:00
parent 4d998aa643
commit eec4def4f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -179,7 +179,7 @@ (define-public gama
(define-public gpxsee
(package
(name "gpxsee")
(version "7.30")
(version "7.34")
(source (origin
(method git-fetch)
(uri (git-reference
@ -188,7 +188,7 @@ (define-public gpxsee
(file-name (git-file-name name version))
(sha256
(base32
"09gajwqc30r9a2sn972qdx3gx0gki9n0zafq986hn6zsr3z43mfs"))))
"0cdq2bqgkcqcyvasnrlgpl97b0kfi65iq2q6yy7dpp9xw4w764b1"))))
(build-system gnu-build-system)
(arguments
'(#:phases