diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 08:09:36 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:56 +0200 |
commit | ffdd749ad510119d5003586cf62a56b05c96060a (patch) | |
tree | 8bd41543e9da59e5cac61ac0be8ef015a8ba8439 | |
parent | ae7c2c4b166b10eb25ee6daf2cd22fa209af558b (diff) | |
download | guix-ffdd749ad510119d5003586cf62a56b05c96060a.tar guix-ffdd749ad510119d5003586cf62a56b05c96060a.tar.gz |
gnu: ocaml-cstruct: Update to 6.1.0.
* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.1.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9840219992..cfe6eb081d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3604,7 +3604,7 @@ big- and little-endian, with their unsafe counter-parts.") (define-public ocaml-cstruct (package (name "ocaml-cstruct") - (version "6.0.1") + (version "6.1.0") (source (origin (method git-fetch) (uri (git-reference @@ -3613,7 +3613,7 @@ big- and little-endian, with their unsafe counter-parts.") (file-name (git-file-name name version)) (sha256 (base32 - "0gpyr3cf393j1ir7i2m2qhx75l21w6ad7imdd73xn0jy3pjg4wsj")))) + "1pwfkfs8zzr88slnvl5b28lx6w2k149ybgvrs6diay3qvwcmkhx5")))) (build-system dune-build-system) (arguments `(#:package "cstruct" |