~ruther/guix-local

ac35e86403ec5094287f32c19145d288e937be80 — David Elsing 1 year, 3 months ago fcd7c7d
gnu: asmjit: Update to commit cfc9f81.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +4 -4
@@ 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")))