mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-cstruct: Update to 6.1.0.
* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.1.0.
This commit is contained in:
parent
ae7c2c4b16
commit
ffdd749ad5
1 changed files with 2 additions and 2 deletions
|
@ -3604,7 +3604,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 "6.0.1")
|
(version "6.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3613,7 +3613,7 @@ 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
|
||||||
"0gpyr3cf393j1ir7i2m2qhx75l21w6ad7imdd73xn0jy3pjg4wsj"))))
|
"1pwfkfs8zzr88slnvl5b28lx6w2k149ybgvrs6diay3qvwcmkhx5"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "cstruct"
|
`(#:package "cstruct"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue