From ac35e86403ec5094287f32c19145d288e937be80 Mon Sep 17 00:00:00 2001 From: David Elsing Date: Wed, 22 Jan 2025 18:32:12 +0000 Subject: [PATCH] gnu: asmjit: Update to commit cfc9f81. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cpp.scm (asmjit): Update to commit cfc9f81. Signed-off-by: Ludovic Courtès --- gnu/packages/cpp.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 7f7c24dcde..626118e2db 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -29,7 +29,7 @@ ;;; Copyright © 2022 muradm ;;; Copyright © 2022 Attila Lendvai ;;; Copyright © 2022 Arun Isaac -;;; Copyright © 2022, 2023, 2024 David Elsing +;;; Copyright © 2022-2025 David Elsing ;;; Copyright © 2022-2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2022, 2023, 2024 Maxim Cournoyer ;;; Copyright © 2022 Antero Mejr @@ -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")))