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.6.0.


From: guix-commits
Subject: branch master updated: gnu: liquid-dsp: Update to 1.6.0.
Date: Mon, 26 Jun 2023 04:20:10 -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 e85593b36b gnu: liquid-dsp: Update to 1.6.0.
e85593b36b is described below

commit e85593b36b3874227ba812f47113441928c0f0c1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Jun 26 09:52:51 2023 +0200

    gnu: liquid-dsp: Update to 1.6.0.
    
    * gnu/packages/radio.scm (liquid-dsp): Update to 1.6.0.
      [arguments]: Update 'delete-static-library' phase.
---
 gnu/packages/radio.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 64704cf093..82d8d5a7af 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -177,7 +177,7 @@ used as a drop-in substitute for @code{libfec}.")
 (define-public liquid-dsp
   (package
     (name "liquid-dsp")
-    (version "1.5.0")
+    (version "1.6.0")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -185,7 +185,7 @@ used as a drop-in substitute for @code{libfec}.")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
-              (base32 
"0m0bhj80rs9yhfwnrlx960lii1cqijz1wr8q93i7m2z91h3v3w0j"))))
+              (base32 
"1zw3h2d7kiyxz5zcg5wy4d6pkb07q1pqkc6zz4v9wq8s2v180hnx"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake))
@@ -198,12 +198,8 @@ used as a drop-in substitute for @code{libfec}.")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'install 'delete-static-library
-            (lambda* (#:key outputs #:allow-other-keys)
-              (let ((version #$(version-major+minor
-                                (package-version this-package))))
-                (delete-file (string-append #$output
-                                            "/lib/libliquid.a."
-                                            version))))))))
+            (lambda _
+              (delete-file (string-append #$output "/lib/libliquid.a")))))))
     (home-page "https://liquidsdr.org";)
     (synopsis "Signal processing library for software-defined radios")
     (description



reply via email to

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