diff options
author | Sören Tempel <[email protected]> | 2024-03-11 11:22:15 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-03-04 08:20:11 +0100 |
commit | 82b8767456c5062d2c4cad787c892ef9b6d96bcf (patch) | |
tree | 5653e6ee46bd9e8214c4c35477370ec92835ea30 /gnu/packages/ocaml.scm | |
parent | 56ad75cdabe759d8cc004a369ae9c845d34ae896 (diff) |
gnu: binsec: Update to 0.10.0.
* gnu/packages/ocaml.scm (binsec): Update to 0.10.0.
Change-Id: I9bca10b74b6bc7d9b2f26710ef3fc10fc91fba4e
Signed-off-by: Nicolas Goaziou <[email protected]>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f265aee249..a5632c6ad1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1408,7 +1408,7 @@ Knuth’s LR(1) parser construction technique.") (define-public binsec (package (name "binsec") - (version "0.8.1") + (version "0.10.0") (source (origin (method git-fetch) @@ -1417,7 +1417,7 @@ Knuth’s LR(1) parser construction technique.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0j6lwj20jaq0702v2fqvsrax1400zqbvz5q2cmjqhvrjzcfcl0kr")))) + (base32 "1szfqb6rj19w2jdyaxdgy3plhgr7picijf7l4k5qq80kna2h0zm8")))) (build-system dune-build-system) (native-inputs (list gmp ocaml-qcheck ocaml-ounit2)) (propagated-inputs (list dune-site |