guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ocaml-bos: Update to 0.2.1.


From: guix-commits
Subject: 02/02: gnu: ocaml-bos: Update to 0.2.1.
Date: Fri, 8 Oct 2021 07:47:34 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 2e74616446ba6cc554547436e848637e7f61cb32
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 8 13:43:59 2021 +0200

    gnu: ocaml-bos: Update to 0.2.1.
    
    * gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.1.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d350b7f..025bac6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]