mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: ocaml-cstruct: Update to 6.0.1.
* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.0.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d326dec811
commit
cf429a8aa2
1 changed files with 4 additions and 2 deletions
|
@ -3408,7 +3408,7 @@ (define-public ocaml-ocplib-endian
|
|||
(define-public ocaml-cstruct
|
||||
(package
|
||||
(name "ocaml-cstruct")
|
||||
(version "4.0.0")
|
||||
(version "6.0.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3417,11 +3417,13 @@ (define-public ocaml-cstruct
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m4bz0digcsc8l2msfikwcbi1y371kccx6xnkwrz212mf5mp98bv"))))
|
||||
"0gpyr3cf393j1ir7i2m2qhx75l21w6ad7imdd73xn0jy3pjg4wsj"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "cstruct"
|
||||
#:test-target "."))
|
||||
(propagated-inputs
|
||||
`(("ocaml-bigarray-compat" ,ocaml-bigarray-compat)))
|
||||
(native-inputs
|
||||
`(("ocaml-alcotest" ,ocaml-alcotest)))
|
||||
(home-page "https://github.com/mirage/ocaml-cstruct")
|
||||
|
|
Loading…
Reference in a new issue