summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/assembly.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 3f1db2b67ad..daeeafd6038 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -223,7 +223,7 @@ to the clients.")
223(define-public simde 223(define-public simde
224 (package 224 (package
225 (name "simde") 225 (name "simde")
226 (version "0.7.2") 226 (version "0.8.2")
227 (source 227 (source
228 (origin 228 (origin
229 (method git-fetch) 229 (method git-fetch)
@@ -232,7 +232,7 @@ to the clients.")
232 (commit (string-append "v" version)))) 232 (commit (string-append "v" version))))
233 (file-name (git-file-name name version)) 233 (file-name (git-file-name name version))
234 (sha256 234 (sha256
235 (base32 "0xkf21gbkgz6zlxabkmgwvy7py6cdnfqx9aplj90gz25gzrr1mkb")))) 235 (base32 "0giijq5n3q1nv8c5skfq2dar70rgbsm7yk0gdj22wpsa58fc624a"))))
236 (build-system meson-build-system) 236 (build-system meson-build-system)
237 ;; We really want this for the headers, and the tests require a bundled library. 237 ;; We really want this for the headers, and the tests require a bundled library.
238 (arguments '(#:configure-flags '("-Dtests=false"))) 238 (arguments '(#:configure-flags '("-Dtests=false")))