guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cb585484ca70d9931048008ff9f88b87d36aacf1
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 21 12:04:50 2025 +0530
gnu: gpscorrelate: Update to 2.3.
* gnu/packages/gps.scm (gpscorrelate): Update to 2.3.
Change-Id: I0a07d9bd853fbafe2112a79cdfd25136c3cbedf6
---
gnu/packages/gps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 6481888bc9..59c9ad93b8 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -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