diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-04-30 20:55:51 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:53 +0200 |
commit | d1f604c20fbbd2b6ea64c530db46899908b8a2de (patch) | |
tree | 022203d2bd6cd554d8b40b7b65c6982e94b156f2 /gnu/packages/ocaml.scm | |
parent | 65144859988724a25b95f82c866474b5bdef8ed8 (diff) | |
download | guix-d1f604c20fbbd2b6ea64c530db46899908b8a2de.tar.gz |
gnu: ocaml-splittable-random: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-splittable-random): Update to 0.15.0.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 74baeffe88..91de72ce7a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6694,7 +6694,7 @@ use in I/O and C-bindings.") (define-public ocaml-splittable-random (package (name "ocaml-splittable-random") - (version "0.14.0") + (version "0.15.0") (source (origin (method git-fetch) @@ -6703,7 +6703,7 @@ use in I/O and C-bindings.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ax988b1wc7km8khg4s6iphbz16y1rssh7baigxfyw3ldp0agk14")))) + (base32 "0ap5z4z1aagz4z02q9642cbl25jzws9lbc2x5xkpyjlc0qcm9v3m")))) (build-system dune-build-system) (propagated-inputs (list ocaml-base |