guix-commits
[Top][All Lists]
Advanced

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

12/54: gnu: ocaml-bigstringaf: Update to 0.9.0.


From: guix-commits
Subject: 12/54: gnu: ocaml-bigstringaf: Update to 0.9.0.
Date: Sun, 1 May 2022 07:16:03 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 65144859988724a25b95f82c866474b5bdef8ed8
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 19:20:05 2022 +0200

    gnu: ocaml-bigstringaf: Update to 0.9.0.
    
    * gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.9.0.
---
 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 5be54f9c0d..74baeffe88 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7891,7 +7891,7 @@ a uniform style.")
 (define-public ocaml-bigstringaf
   (package
     (name "ocaml-bigstringaf")
-    (version "0.8.0")
+    (version "0.9.0")
     (home-page "https://github.com/inhabitedtype/bigstringaf";)
     (source
      (origin
@@ -7902,7 +7902,7 @@ a uniform style.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0z69g3bpgw4p7z9h5j70w75rnxfrd8c7nlhqq6xvvkkgbxafm1ll"))))
+         "188j9awxg99vrp2l3rqfmdxdazq5xrjmg1wf62vfqsks9sff6wqx"))))
     (build-system dune-build-system)
     (arguments
      '(#:test-target "."))



reply via email to

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