mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
56ad75cdab
commit
82b8767456
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue