diff options
author | pukkamustard <pukkamustard@posteo.net> | 2021-06-01 20:22:49 +0000 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-06-06 17:16:29 +0200 |
commit | 99ed037081513909e0317f6e576860d83110ddca (patch) | |
tree | 75765cb6f45caeccd145e24871fe25b078fe4fc0 | |
parent | b3bc7489c678ad1f86097cce869cc7260c39a09c (diff) | |
download | guix-99ed037081513909e0317f6e576860d83110ddca.tar.gz |
gnu: ocaml4.07-gen: Update to 0.5.3.
* gnu/packages/ocaml.scm (ocaml4.07-gen): Update to 4.07. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
-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 d160c78d1b..5ebe942d23 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2510,7 +2510,7 @@ representation of the data.") (define-public ocaml4.07-gen (package (name "ocaml4.07-gen") - (version "0.5.2") + (version "0.5.3") (source (origin (method git-fetch) (uri (git-reference @@ -2519,7 +2519,7 @@ representation of the data.") (file-name (git-file-name name version)) (sha256 (base32 - "1h9g508rnj2j8va5nvhamzscp954vrkh0hdf4pn3d10pcfyslfg2")))) + "1jzrs0nsdk55annkd2zrk5svi61i3b1nk6qyqdc2y26vnzqvzfg8")))) (build-system dune-build-system) (arguments `(#:tests? #f; no tests |