me
/
guix
Archived
1
0
Fork 0

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>
master
pukkamustard 2021-08-24 07:54:00 +00:00 committed by Ludovic Courtès
parent d326dec811
commit cf429a8aa2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 2 deletions

View File

@ -3408,7 +3408,7 @@ big- and little-endian, with their unsafe counter-parts.")
(define-public ocaml-cstruct (define-public ocaml-cstruct
(package (package
(name "ocaml-cstruct") (name "ocaml-cstruct")
(version "4.0.0") (version "6.0.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3417,11 +3417,13 @@ big- and little-endian, with their unsafe counter-parts.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0m4bz0digcsc8l2msfikwcbi1y371kccx6xnkwrz212mf5mp98bv")))) "0gpyr3cf393j1ir7i2m2qhx75l21w6ad7imdd73xn0jy3pjg4wsj"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "cstruct" `(#:package "cstruct"
#:test-target ".")) #:test-target "."))
(propagated-inputs
`(("ocaml-bigarray-compat" ,ocaml-bigarray-compat)))
(native-inputs (native-inputs
`(("ocaml-alcotest" ,ocaml-alcotest))) `(("ocaml-alcotest" ,ocaml-alcotest)))
(home-page "https://github.com/mirage/ocaml-cstruct") (home-page "https://github.com/mirage/ocaml-cstruct")