1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: gpscorrelate: Update to 2.3.

* gnu/packages/gps.scm (gpscorrelate): Update to 2.3.

Change-Id: I0a07d9bd853fbafe2112a79cdfd25136c3cbedf6
This commit is contained in:
Sughosha
2025-12-21 12:04:50 +05:30
parent aea4c526c9
commit cb585484ca

View File

@@ -129,7 +129,7 @@ manipulate maps.")
(define-public gpscorrelate
(package
(name "gpscorrelate")
(version "2.0")
(version "2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -138,7 +138,7 @@ manipulate maps.")
(file-name (git-file-name name version))
(sha256
(base32
"1kvybhfnygz79q3pgwc1q2x4ccmnsfscx2hzxnmzjbnc6arnqari"))))
"0b074zd2jvn0rm0mkjdah61cmg3xvzqmllc9sijzpq45sm87gigq"))))
(build-system gnu-build-system)
(arguments
`(#:phases