mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
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:
parent
fcd7c7dcad
commit
ac35e86403
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
;;; Copyright © 2022 muradm <mail@muradm.net>
|
;;; Copyright © 2022 muradm <mail@muradm.net>
|
||||||
;;; Copyright © 2022 Attila Lendvai <attila@lendvai.name>
|
;;; Copyright © 2022 Attila Lendvai <attila@lendvai.name>
|
||||||
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
|
;;; 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-2024 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
|
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
|
||||||
|
@ -165,8 +165,8 @@ easy to use API.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public asmjit
|
(define-public asmjit
|
||||||
(let ((commit "062e69ca81defa35eb0ee15f7412f49a0dad3cdb")
|
(let ((commit "cfc9f813cc6ccda63cad872edb32b38e0662bedb")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "asmjit")
|
(name "asmjit")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -179,7 +179,7 @@ easy to use API.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lcwqzbv2628g3c7sflkwagyh49lp471px8bhg7lr77w9y94srqq"))))
|
(base32 "0lxkfg0b2bc2la0cvs5658a26mb00zlir4n0jkzzlg97l0jrbwpv"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DASMJIT_TEST=TRUE")))
|
(list #:configure-flags #~(list "-DASMJIT_TEST=TRUE")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue