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 (define-public volk
(package (package
(name "volk") (name "volk")
(version "2.2.1") (version "2.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.libvolk.org/releases/volk-" (uri (string-append "https://www.libvolk.org/releases/volk-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1pjxz3piwy49njj5y2zk437prwkv9lfs5g48577jj3kcsg766vi3"))))
"1wz5nhmw6np8ka30pgy1qnima3rk2ksln4klfhrj7wah3fian0k9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases