[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
- branch master updated (8b928a3 -> 21abfe1), guix-commits, 2020/11/25
- 03/07: gnu: volk: Update to 2.4.0.,
guix-commits <=
- 01/07: gnu: volk: Fetch from git repository., guix-commits, 2020/11/25
- 02/07: gnu: libaudec: Update to 0.2.4., guix-commits, 2020/11/25
- 05/07: gnu: lmdb: Update to 0.9.27., guix-commits, 2020/11/25
- 07/07: gnu: perl-cairo: Update to 1.108., guix-commits, 2020/11/25
- 04/07: gnu: volk: Remove static library., guix-commits, 2020/11/25
- 06/07: gnu: youtube-dl: Update to 2020.11.26., guix-commits, 2020/11/25