gnu: volk: Update to 2.4.1.

* gnu/packages/engineering.scm (volk): Update to 2.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 20:19:41 +01:00
parent 9ed4600777
commit 8b46a7e319
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1121,7 +1121,7 @@ (define-public linsmith
(define-public volk
(package
(name "volk")
(version "2.4.0")
(version "2.4.1")
(source
(origin
(method git-fetch)
@ -1131,7 +1131,7 @@ (define-public volk
(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