guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qdmr: Update to 0.10.4.


From: guix-commits
Subject: branch master updated: gnu: qdmr: Update to 0.10.4.
Date: Sat, 24 Dec 2022 08:41:11 -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 aae8371f72 gnu: qdmr: Update to 0.10.4.
aae8371f72 is described below

commit aae8371f72805cc35e31817e4120468eee4a4a80
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Dec 24 14:39:07 2022 +0100

    gnu: qdmr: Update to 0.10.4.
    
    * gnu/packages/radio.scm (qdmr): Update to 0.10.4.
---
 gnu/packages/radio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index aae30b7911..5cc3bf077a 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2738,7 +2738,7 @@ Navigation Satellite System.")
 (define-public qdmr
   (package
     (name "qdmr")
-    (version "0.10.3")
+    (version "0.10.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2747,7 +2747,7 @@ Navigation Satellite System.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "037vkwk974zrwacxafslkb3mbw9258v9sdpwdvb23msjzbc3snrn"))))
+                "1svxdfb5snxs2y1dwyb0j10ill9ribj4hw1rk023866yzn2zd0l9"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f ;no tests



reply via email to

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