diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-10-16 11:55:06 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-10-16 12:21:28 +0200 |
commit | 3ad8ab840486889c7d0f57a6270e7720b0702c69 (patch) | |
tree | 1642af521257e3f5843eb4b160ba61f01e1b5184 /gnu/packages | |
parent | 4c43c79e40e55c549ce43f1d424e8bdc38dcbbf6 (diff) | |
download | guix-3ad8ab840486889c7d0f57a6270e7720b0702c69.tar.gz guix-3ad8ab840486889c7d0f57a6270e7720b0702c69.zip |
gnu: ocaml-core: Update to 0.15.1.
* gnu/packages/ocaml.scm (ocaml-core): Update to 0.15.1.
Diffstat (limited to 'gnu/packages')
-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 121b13c115..6814b47b13 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7283,7 +7283,7 @@ thousands of times faster than fork. (define-public ocaml-core (package (name "ocaml-core") - (version "0.15.0") + (version "0.15.1") (source (origin (method git-fetch) @@ -7292,7 +7292,7 @@ thousands of times faster than fork. (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1m2ybvlz9zlb2d0jc0j7wdgd18mx9sh3ds2ylkv0cfjx1pzi0l25")))) + (base32 "17vc2i5qb53dr0civ8pkrnnsn2nkydlq44ash7fhh93yb4sffy28")))) (build-system dune-build-system) (arguments `(#:package "core" |