GNU bug report logs -
#71549
[PATCH] gnu: simde: Update to 0.8.2.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Fri, 14 Jun 2024 11:55:01 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 20 Jun 2024 06:53:40 +0000
with message-id <f409981a889b99d358b73b0727f6db09e4dd6af0 <at> dismail.de>
and subject line Re: [PATCH] gnu: simde: Update to 0.8.2.
has caused the debbugs.gnu.org bug report #71549,
regarding [PATCH] gnu: simde: Update to 0.8.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
71549: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71549
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/assembly.scm (simde): Update to 0.8.2.
Change-Id: I07f8323ded34bb855fe2315f8d9c7822efe26719
---
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 @@ (define-public lightning
(define-public simde
(package
(name "simde")
- (version "0.7.2")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
@@ -232,7 +232,7 @@ (define-public simde
(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")))
base-commit: 0beb0dbfe036763e7b5d6c999fe2b3fc89faa6cb
--
2.45.1
[Message part 3 (message/rfc822, inline)]
Thanks!
applied,
jgart
This bug report was last modified 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.