mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gpxsee: Update to 7.36.
* gnu/packages/gps.scm (gpxsee): Update to 7.36.
This commit is contained in:
parent
5f72da5f8a
commit
f41c9ab4c3
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ (define-public gama
|
|||
(define-public gpxsee
|
||||
(package
|
||||
(name "gpxsee")
|
||||
(version "7.35")
|
||||
(version "7.36")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -193,7 +193,7 @@ (define-public gpxsee
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1schmymcsd8s0r26qwyx56z107ql8pgrk1pnqy19mc7fyirdwmp5"))))
|
||||
"18vsw6hw6kn5wmr4iarhx1v8q455j60fhf0hq69jkfyarl56b99j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue