diff mbox series

[bug#56099] gnu: gpxsee: Update to 11.1.

Message ID 18d898be9a8f635aea924e4b7a528934f26e4105.1655672578.git.sikmir@disroot.org
State Accepted
Headers show
Series [bug#56099] gnu: gpxsee: Update to 11.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Nikolay Korotkiy June 19, 2022, 9:02 p.m. UTC
* gnu/packages/gps.scm (gpxsee): Update to 11.1.
---
 gnu/packages/gps.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Guillaume Le Vaillant June 20, 2022, 12:03 p.m. UTC | #1
Patch pushed as 723d1bbbd2292e65e0adc51b67e625e6f8eb373e.
Thanks.
diff mbox series

Patch

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")