diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 13:43:59 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 13:43:59 +0200 |
commit | 2e74616446ba6cc554547436e848637e7f61cb32 (patch) | |
tree | ae4bb7b598f2e3deba3530c77c9f6c4c88aba8e2 /gnu/packages/ocaml.scm | |
parent | b8d4524b6c0ee19aed08fbcf7157fa325ec48764 (diff) | |
download | guix-2e74616446ba6cc554547436e848637e7f61cb32.tar guix-2e74616446ba6cc554547436e848637e7f61cb32.tar.gz |
gnu: ocaml-bos: Update to 0.2.1.
* gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.1.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 d350b7f992..025bac691c 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2537,14 +2537,14 @@ file system and is independent from any system library.") (define-public ocaml-bos (package (name "ocaml-bos") - (version "0.2.0") + (version "0.2.1") (source (origin (method url-fetch) (uri (string-append "http://erratique.ch/software/bos/releases/" "bos-" version ".tbz")) (sha256 (base32 - "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc")))) + "0dwg7lpaq30rvwc5z1gij36fn9xavvpah1bj8ph9gmhhddw2xmnq")))) (build-system ocaml-build-system) (arguments `(#:tests? #f |