summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2021-06-01 20:22:49 +0000
committerJulien Lepiller <julien@lepiller.eu>2021-06-06 17:16:29 +0200
commit99ed037081513909e0317f6e576860d83110ddca (patch)
tree75765cb6f45caeccd145e24871fe25b078fe4fc0 /gnu/packages/ocaml.scm
parentb3bc7489c678ad1f86097cce869cc7260c39a09c (diff)
downloadguix-patches-99ed037081513909e0317f6e576860d83110ddca.tar
guix-patches-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>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
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