guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: fldigi: Update to 4.1.18.


From: guix-commits
Subject: 02/02: gnu: fldigi: Update to 4.1.18.
Date: Fri, 12 Feb 2021 08:26:05 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 512459f6f6540c89155a83d14372b195f2a23eca
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 12 14:22:44 2021 +0100

    gnu: fldigi: Update to 4.1.18.
    
    * gnu/packages/radio.scm (fldigi): Update to 4.1.18.
---
 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 bb11356..3ac3d65 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -579,7 +579,7 @@ using GNU Radio and the Qt GUI toolkit.")
 (define-public fldigi
   (package
     (name "fldigi")
-    (version "4.1.17")
+    (version "4.1.18")
     (source
      (origin
        (method git-fetch)
@@ -588,7 +588,7 @@ using GNU Radio and the Qt GUI toolkit.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qli67dmdf49nvvh0i66bvhys8p74ljdcck8i9ra5jsfncih2xn8"))))
+        (base32 "177qnl1bxy46rqwdxizfy2i3mxk5bzz733cp445rfzl7b6yf6zrn"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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