guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ff468dd1d1c9b5e3e9ce167df3f3aa2d9b8d5e2e
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Wed Aug 26 17:16:23 2026 +0900

    gnu: blacksmith: Specify asmjit 1.17.
    
    * gnu/packages/cybersecurity.scm (blacksmith)[inputs]:
      Replace asmjit with asmjit-1.17.
    
    Merges: https://codeberg.org/guix/guix/pulls/10847
---
 gnu/packages/cybersecurity.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index cb212dc865..37a295cec5 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -99,7 +99,7 @@
     (native-inputs
      (list pkg-config))
     (inputs
-     (list argagg asmjit nlohmann-json))
+     (list argagg asmjit-1.17 nlohmann-json))
     (home-page "https://comsec.ethz.ch/research/dram/blacksmith";)
     (synopsis "Rowhammer fuzzer with non-uniform and frequency-based patterns")
     (description

Reply via email to