guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: volk: Update to 2.4.0.


From: guix-commits
Subject: 03/07: gnu: volk: Update to 2.4.0.
Date: Wed, 25 Nov 2020 17:59:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6a18f4c5dc6ee78e0b1f9ba757a3a70e0d9726d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 25 22:05:50 2020 +0100

    gnu: volk: Update to 2.4.0.
    
    * gnu/packages/engineering.scm (volk): Update to 2.4.0.
    [source]: Clone recursively.
---
 gnu/packages/engineering.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5a66d0a..99b1545 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1077,16 +1077,17 @@ the 'showing the effect of'-style of operation.")
 (define-public volk
   (package
     (name "volk")
-    (version "2.3.0")
+    (version "2.4.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/gnuradio/volk";)
-             (commit (string-append "v" version))))
+             (commit (string-append "v" version))
+             (recursive? #t)))          ; for cpu_features git submodule
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jya1v1z1mq50n5fxhs755vcdjvwiv2iqjmycn2l1bx552vzh6cg"))))
+        (base32 "14y0988r5qi1h3yvkivx5ihccn8r15910lq30r8iy71ih190r5m9"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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