gnu: simde: Update to 0.8.2.
* gnu/packages/assembly.scm (simde): Update to 0.8.2. Change-Id: I07f8323ded34bb855fe2315f8d9c7822efe26719 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
9a09ab433f
commit
b0a087e1b0
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ to the clients.")
|
||||||
(define-public simde
|
(define-public simde
|
||||||
(package
|
(package
|
||||||
(name "simde")
|
(name "simde")
|
||||||
(version "0.7.2")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -232,7 +232,7 @@ to the clients.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xkf21gbkgz6zlxabkmgwvy7py6cdnfqx9aplj90gz25gzrr1mkb"))))
|
(base32 "0giijq5n3q1nv8c5skfq2dar70rgbsm7yk0gdj22wpsa58fc624a"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
;; We really want this for the headers, and the tests require a bundled library.
|
;; We really want this for the headers, and the tests require a bundled library.
|
||||||
(arguments '(#:configure-flags '("-Dtests=false")))
|
(arguments '(#:configure-flags '("-Dtests=false")))
|
||||||
|
|
Reference in a new issue