me
/
guix
Archived
1
0
Fork 0

gnu: volk: Update to 2.3.0.

* gnu/packages/engineering.scm (volk): Update to 2.3.0.
master
Tobias Geerinckx-Rice 2020-06-15 13:30:27 +02:00
parent 8b00728144
commit 6e1aa1c443
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1027,15 +1027,14 @@ the 'showing the effect of'-style of operation.")
(define-public volk
(package
(name "volk")
(version "2.2.1")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.libvolk.org/releases/volk-"
version ".tar.gz"))
(sha256
(base32
"1wz5nhmw6np8ka30pgy1qnima3rk2ksln4klfhrj7wah3fian0k9"))))
(base32 "1pjxz3piwy49njj5y2zk437prwkv9lfs5g48577jj3kcsg766vi3"))))
(build-system cmake-build-system)
(arguments
`(#:phases