diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 07:42:18 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:55 +0200 |
commit | 43b95fbe7a4d600056fea42614fb78dadc5679bd (patch) | |
tree | eaa14055bed72e5d10c437bf18a3021bc12932dc /gnu | |
parent | 2708cece855aadba1475adfb117b52d2030a2d5b (diff) | |
download | guix-43b95fbe7a4d600056fea42614fb78dadc5679bd.tar guix-43b95fbe7a4d600056fea42614fb78dadc5679bd.tar.gz |
gnu: ocaml-ctypes: Update to 0.20.1.
* gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.20.1.
Diffstat (limited to 'gnu')
-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 8e27ac4480..bd9c2ef0d1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4278,7 +4278,7 @@ long and size_t whose sizes depend on the host platform.") (define-public ocaml-ctypes (package (name "ocaml-ctypes") - (version "0.20.0") + (version "0.20.1") (home-page "https://github.com/ocamllabs/ocaml-ctypes") (source (origin (method git-fetch) @@ -4288,7 +4288,7 @@ long and size_t whose sizes depend on the host platform.") (file-name (git-file-name name version)) (sha256 (base32 - "13mq6i08f217fj2lq55psji453nmqp136sjxhg25hjb2z0gv9gky")))) + "0ilzq9qzvwv9rc08cc9wchsx636zp870i7qvqmbigaa2qb812m0z")))) (build-system ocaml-build-system) (arguments `(#:make-flags |