guix-commits
[Top][All Lists]
Advanced

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

16/16: gnu: ocaml-bigarray-compat: Update to 1.1.0.


From: guix-commits
Subject: 16/16: gnu: ocaml-bigarray-compat: Update to 1.1.0.
Date: Fri, 4 Feb 2022 11:51:11 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit d7e1c5acb3c8282c6a568d97ab164db82e33324f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 16:43:38 2022 +0100

    gnu: ocaml-bigarray-compat: Update to 1.1.0.
    
    * gnu/packages/ocaml.scm (ocaml-bigarray-compat): Update to 1.1.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 e0fbab7de3..150ce3157f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1092,7 +1092,7 @@ Knuth’s LR(1) parser construction technique.")
 (define-public ocaml-bigarray-compat
   (package
     (name "ocaml-bigarray-compat")
-    (version "1.0.0")
+    (version "1.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1101,7 +1101,7 @@ Knuth’s LR(1) parser construction technique.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06j1dwlpisxshdd0nab4n4x266gg1s1n8na16lpgw3fvcznwnimz"))))
+                "0hif5baiwswdblymyfbxh9066pfqynlz5vj3b2brpn0a12k6i5fq"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f)); no tests



reply via email to

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