mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: binsec: Update to 0.10.1.
* gnu/packages/ocaml.scm (binsec): Update to 0.10.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
d31a92c624
commit
78911af46c
1 changed files with 2 additions and 2 deletions
|
@ -1448,7 +1448,7 @@ Knuth’s LR(1) parser construction technique.")
|
||||||
(define-public binsec
|
(define-public binsec
|
||||||
(package
|
(package
|
||||||
(name "binsec")
|
(name "binsec")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1457,7 +1457,7 @@ Knuth’s LR(1) parser construction technique.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1szfqb6rj19w2jdyaxdgy3plhgr7picijf7l4k5qq80kna2h0zm8"))))
|
(base32 "0mb7n20b1p2np9dchwwcv046ivsan0n2zssp4b8gi7bg5m2nq11m"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue