* [bug#56099] [PATCH] gnu: gpxsee: Update to 11.1.
@ 2022-06-19 21:02 Nikolay Korotkiy via Guix-patches via
2022-06-20 12:03 ` bug#56099: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2022-06-19 21:02 UTC (permalink / raw)
To: 56099; +Cc: Nikolay Korotkiy
* gnu/packages/gps.scm (gpxsee): Update to 11.1.
---
gnu/packages/gps.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 47a7441e70..a18b93c179 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -170,7 +170,7 @@ (define-public gama
(define-public gpxsee
(package
(name "gpxsee")
- (version "10.3")
+ (version "11.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -179,7 +179,7 @@ (define-public gpxsee
(file-name (git-file-name name version))
(sha256
(base32
- "1i1diha617il0s2j9108xlw3vn10m6lc59r8r2fn48wmfzcj79dc"))))
+ "1klpjiqsvpvhlg5hsfjaszsyqr817hig9r7y7w4cp0kyn8z5fzfj"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -194,7 +194,7 @@ (define-public gpxsee
(string-append "PREFIX="
(assoc-ref outputs "out"))))))))
(inputs
- (list qtbase-5 qtlocation))
+ (list qtbase-5 qtlocation qtsvg))
(native-inputs
(list qttools))
(home-page "https://www.gpxsee.org")
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#56099: [PATCH] gnu: gpxsee: Update to 11.1.
2022-06-19 21:02 [bug#56099] [PATCH] gnu: gpxsee: Update to 11.1 Nikolay Korotkiy via Guix-patches via
@ 2022-06-20 12:03 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-06-20 12:03 UTC (permalink / raw)
To: Nikolay Korotkiy; +Cc: 56099-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 723d1bbbd2292e65e0adc51b67e625e6f8eb373e.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-20 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19 21:02 [bug#56099] [PATCH] gnu: gpxsee: Update to 11.1 Nikolay Korotkiy via Guix-patches via
2022-06-20 12:03 ` bug#56099: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.