me
/
guix
Archived
1
0
Fork 0

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>
master
宋文武 2024-06-14 19:51:57 +08:00 committed by jgart
parent 9a09ab433f
commit b0a087e1b0
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ to the clients.")
(define-public simde
(package
(name "simde")
(version "0.7.2")
(version "0.8.2")
(source
(origin
(method git-fetch)
@ -232,7 +232,7 @@ to the clients.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0xkf21gbkgz6zlxabkmgwvy7py6cdnfqx9aplj90gz25gzrr1mkb"))))
(base32 "0giijq5n3q1nv8c5skfq2dar70rgbsm7yk0gdj22wpsa58fc624a"))))
(build-system meson-build-system)
;; We really want this for the headers, and the tests require a bundled library.
(arguments '(#:configure-flags '("-Dtests=false")))