aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-11-03 13:17:20 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-11-03 13:24:22 +0100
commit7c51514f07c962193c681709f4ece8310003c60b (patch)
tree791133b9e9c696e6ac0de2e26d044498bc070cf6
parent0e27aa1213951c5d6ba1feeef20b94ce0fdf82fa (diff)
downloadguix-7c51514f07c962193c681709f4ece8310003c60b.tar
guix-7c51514f07c962193c681709f4ece8310003c60b.tar.gz
gnu: ocaml-ssl: Update to 0.5.13.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.13.
-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 2dd47bc84e..1861aac096 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2562,7 +2562,7 @@ lets the client choose the concrete timeline.")
(define-public ocaml-ssl
(package
(name "ocaml-ssl")
- (version "0.5.12")
+ (version "0.5.13")
(source
(origin
(method git-fetch)
@@ -2571,7 +2571,7 @@ lets the client choose the concrete timeline.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
- "1dr7yghbv0wncvggd2105bj097msgrdzxd9wjkw1xxf2vvp0j1bi"))))
+ "1bg5vagklq6yfxsvcnj2i76xis8hb59088hkic82smyrxdjd1kjs"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))