guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: liquid-dsp: Update to 1.4.0.


From: guix-commits
Subject: branch master updated: gnu: liquid-dsp: Update to 1.4.0.
Date: Fri, 18 Feb 2022 08:11:26 -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 40d418b326 gnu: liquid-dsp: Update to 1.4.0.
40d418b326 is described below

commit 40d418b3265c911a61235b7d20ad86ac0c842f48
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 18 14:06:33 2022 +0100

    gnu: liquid-dsp: Update to 1.4.0.
    
    * gnu/packages/radio.scm (liquid-dsp): Update to 1.4.0.
---
 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 1426498a95..c096a01ae8 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -134,7 +134,7 @@ useful in modems implemented with @dfn{digital signal 
processing} (DSP).")
 (define-public liquid-dsp
   (package
     (name "liquid-dsp")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -142,7 +142,7 @@ useful in modems implemented with @dfn{digital signal 
processing} (DSP).")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
-              (base32 
"1n6dbg13q8ga5qhg1yiszwly4jj0rxqr6f1xwm9waaly5z493xsd"))))
+              (base32 
"0mr86z37yycrqwbrmsiayi1vqrgpjq0pn1c3p1qrngipkw45jnn0"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake))



reply via email to

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