guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: simde: Update to 0.8.2.


From: guix-commits
Subject: branch master updated: gnu: simde: Update to 0.8.2.
Date: Thu, 20 Jun 2024 02:53:50 -0400

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b0a087e1b0 gnu: simde: Update to 0.8.2.
b0a087e1b0 is described below

commit b0a087e1b038d7bda5025e9c859e1f4471aa6b13
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Jun 14 19:51:57 2024 +0800

    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>
---
 gnu/packages/assembly.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 3f1db2b67a..daeeafd603 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]