diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-03-24 15:01:54 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-03-24 15:28:12 +0100 |
commit | a1034ea0ccbdbebe37104f86d43604849aafe1e9 (patch) | |
tree | e04591782aece09ab4a8ed4ca1a438a46a3f46c0 /gnu/packages | |
parent | d7d41026645fddf8876504cd1f053a3a396ff13d (diff) | |
download | patches-a1034ea0ccbdbebe37104f86d43604849aafe1e9.tar patches-a1034ea0ccbdbebe37104f86d43604849aafe1e9.tar.gz |
gnu: ocaml-bos: Update to 0.2.0.
* gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.0.
Diffstat (limited to 'gnu/packages')
-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 5b3e996db2..395d621935 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2014,14 +2014,14 @@ file system and is independent from any system library.") (define-public ocaml-bos (package (name "ocaml-bos") - (version "0.1.4") + (version "0.2.0") (source (origin (method url-fetch) (uri (string-append "http://erratique.ch/software/bos/releases/" "bos-" version ".tbz")) (sha256 (base32 - "1ly66lysk4w6mdy4k1n3ynlpfpq7lw4wshcpzgx58v6x613w5s7q")))) + "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc")))) (build-system ocaml-build-system) (arguments `(#:tests? #f |