diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 20:19:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 20:22:08 +0100 |
commit | 8b46a7e31947c282431a71031dcb7b0b29359a0d (patch) | |
tree | 2fb160bd2f525f5361c220a106c8497cf9c1dd58 /gnu/packages | |
parent | 9ed46007772015acb6158f003454b7045b1b9d4f (diff) | |
download | guix-8b46a7e31947c282431a71031dcb7b0b29359a0d.tar.gz guix-8b46a7e31947c282431a71031dcb7b0b29359a0d.zip |
gnu: volk: Update to 2.4.1.
* gnu/packages/engineering.scm (volk): Update to 2.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 03501b2743..cf1e988c7a 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1121,7 +1121,7 @@ the 'showing the effect of'-style of operation.") (define-public volk (package (name "volk") - (version "2.4.0") + (version "2.4.1") (source (origin (method git-fetch) @@ -1131,7 +1131,7 @@ the 'showing the effect of'-style of operation.") (recursive? #t))) ; for cpu_features git submodule (file-name (git-file-name name version)) (sha256 - (base32 "14y0988r5qi1h3yvkivx5ihccn8r15910lq30r8iy71ih190r5m9")))) + (base32 "1mkqiw0i2fbbsk46zvk8yv5swl7ifhq6y1dlfphq8dsmkvxckqby")))) (build-system cmake-build-system) (arguments `(#:phases |