gnu: asmjit: Update to commit cfc9f81.

* gnu/packages/cpp.scm (asmjit): Update to commit cfc9f81.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
David Elsing 2025-01-22 18:32:12 +00:00 committed by Ludovic Courtès
parent fcd7c7dcad
commit ac35e86403
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -29,7 +29,7 @@
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Attila Lendvai <attila@lendvai.name>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2022, 2023, 2024 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2022-2025 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2022-2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
@ -165,8 +165,8 @@ easy to use API.")
(license license:expat))))
(define-public asmjit
(let ((commit "062e69ca81defa35eb0ee15f7412f49a0dad3cdb")
(revision "1"))
(let ((commit "cfc9f813cc6ccda63cad872edb32b38e0662bedb")
(revision "2"))
(package
(name "asmjit")
(version (git-version "0.0.0" revision commit))
@ -179,7 +179,7 @@ easy to use API.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0lcwqzbv2628g3c7sflkwagyh49lp471px8bhg7lr77w9y94srqq"))))
(base32 "0lxkfg0b2bc2la0cvs5658a26mb00zlir4n0jkzzlg97l0jrbwpv"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DASMJIT_TEST=TRUE")))