summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-09-04 22:57:59 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-09-04 23:08:41 +0200
commit4a8a0d8520db0b604cc9cadb52c707e9d3a1bb01 (patch)
treec26038ad2e11e07353da303a9b2973f22119251a /gnu/packages/ocaml.scm
parent5a3082eca81d8e7d99ed1dbafd5f7c0293d0739e (diff)
downloadpatches-4a8a0d8520db0b604cc9cadb52c707e9d3a1bb01.tar
patches-4a8a0d8520db0b604cc9cadb52c707e9d3a1bb01.tar.gz
gnu: ocaml-ssl: Update to 0.5.9.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
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 5da5027bc8..3961a97ab1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1800,7 +1800,7 @@ lets the client choose the concrete timeline.")
(define-public ocaml-ssl
(package
(name "ocaml-ssl")
- (version "0.5.7")
+ (version "0.5.9")
(source
(origin
(method git-fetch)
@@ -1809,7 +1809,7 @@ lets the client choose the concrete timeline.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
- "06zxqnwqkvf7pmj5s44jflkknv01czgbi4nbaac0ys1p7rv99y3x"))))
+ "04h02rvzrwp886n5hsx84rnc9b150iggy38g5v1x1rwz3pkdnmf0"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))