guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fldigi: Update to 4.1.12.


From: guix-commits
Subject: branch master updated: gnu: fldigi: Update to 4.1.12.
Date: Mon, 27 Apr 2020 11:03:43 -0400

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 f38ba7b  gnu: fldigi: Update to 4.1.12.
f38ba7b is described below

commit f38ba7b65dca8a4116ba8983357588f8a73a543f
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Mon Apr 27 16:54:34 2020 +0200

    gnu: fldigi: Update to 4.1.12.
    
    * gnu/packages/radio.scm (fldigi): Update to 4.1.12.
---
 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 fff68cf..b748aa4 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -537,14 +537,14 @@ using GNU Radio and the Qt GUI toolkit.")
 (define-public fldigi
   (package
     (name "fldigi")
-    (version "4.1.11")
+    (version "4.1.12")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.w1hkj.com/files/fldigi/fldigi-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1y62xn1pim38ibaf2mbl8b7aq20jdaac6lgggb9r402w9bj5b196"))))
+        (base32 "1yjjv2ss84xfiaidypp476mhrbpnw4zf7mb5cdqwhdh604x0svr1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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