guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: qmapshack: Update to 1.17.1.


From: guix-commits
Subject: branch master updated: gnu: qmapshack: Update to 1.17.1.
Date: Fri, 12 Jan 2024 16:16:06 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6448443b82 gnu: qmapshack: Update to 1.17.1.
6448443b82 is described below

commit 6448443b823ced75f5be85705e7dc7fb338ef8eb
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Jan 12 22:14:42 2024 +0100

    gnu: qmapshack: Update to 1.17.1.
    
    * gnu/packages/geo.scm (qmapshack): Update to 1.17.1.
    
    Change-Id: I85cace78a9c38342a000488dfa80795f914bf2c5
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 73b7aa3d11..087d63e736 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2233,7 +2233,7 @@ data.")
 (define-public qmapshack
   (package
     (name "qmapshack")
-    (version "1.16.1")
+    (version "1.17.1")
     (source
      (origin
        (method git-fetch)
@@ -2242,7 +2242,7 @@ data.")
              (commit (string-append "V_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "184fqmsfzr3b333ssizjk6gvv7mncmygq8dj5r7rsvs5md26z2ys"))))
+        (base32 "1ckadklk67dp1pvkacfkr8379g2pwk73q85jfzm8viclcqmfvb62"))))
     (build-system qt-build-system)
     (native-inputs
      (list pkg-config qttools-5))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]