guix-patches
[Top][All Lists]
Advanced

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

[bug#50824] [PATCH] gnu: ocaml-bigstringaf: Update to 0.8.0.


From: Xinglu Chen
Subject: [bug#50824] [PATCH] gnu: ocaml-bigstringaf: Update to 0.8.0.
Date: Sun, 26 Sep 2021 19:02:56 +0200

* gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.8.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 e30bd2f613..8cc4dd90d1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7197,7 +7197,7 @@ (define-public ocamlformat
 (define-public ocaml-bigstringaf
   (package
     (name "ocaml-bigstringaf")
-    (version "0.7.0")
+    (version "0.8.0")
     (home-page "https://github.com/inhabitedtype/bigstringaf";)
     (source
      (origin
@@ -7208,7 +7208,7 @@ (define-public ocaml-bigstringaf
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1q1sqxzdnlrpl95ccrhl7lwy3zswgd9rbn19ildclh0lyi2vazbj"))))
+         "0z69g3bpgw4p7z9h5j70w75rnxfrd8c7nlhqq6xvvkkgbxafm1ll"))))
     (build-system dune-build-system)
     (arguments
      '(#:test-target "."))

base-commit: 8c6c33a2a5bf385e1589b405ee7f842684ed80c1
-- 
2.33.0








reply via email to

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