unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nikolay Korotkiy via Guix-patches via <guix-patches@gnu.org>
To: 56099@debbugs.gnu.org
Cc: Nikolay Korotkiy <sikmir@disroot.org>
Subject: [bug#56099] [PATCH] gnu: gpxsee: Update to 11.1.
Date: Mon, 20 Jun 2022 00:02:58 +0300	[thread overview]
Message-ID: <18d898be9a8f635aea924e4b7a528934f26e4105.1655672578.git.sikmir@disroot.org> (raw)

* 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





             reply	other threads:[~2022-06-19 21:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 21:02 Nikolay Korotkiy via Guix-patches via [this message]
2022-06-20 12:03 ` bug#56099: [PATCH] gnu: gpxsee: Update to 11.1 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18d898be9a8f635aea924e4b7a528934f26e4105.1655672578.git.sikmir@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=56099@debbugs.gnu.org \
    --cc=sikmir@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).