guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: ocaml-alcotest: Update to 1.6.0.


From: guix-commits
Subject: 08/14: gnu: ocaml-alcotest: Update to 1.6.0.
Date: Sat, 13 Aug 2022 15:22:25 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7b95125bad3c584af450b4ccdb548eaee4f0639b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 20:44:39 2022 +0200

    gnu: ocaml-alcotest: Update to 1.6.0.
    
    * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.6.0.
---
 gnu/packages/ocaml.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a4c76ea5e1..aa3a59d15b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2428,7 +2428,7 @@ immutability.")
 (define-public ocaml-alcotest
   (package
     (name "ocaml-alcotest")
-    (version "1.5.0")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2437,7 +2437,7 @@ immutability.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi"))))
+                "195612n7p8y5ba6n19glql7qffl8n3aqkl9nrlln5lb9739gpv4w"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "alcotest"
@@ -2449,7 +2449,6 @@ immutability.")
              ;; cmdliner changed the format and the tests fail
              (substitute* "test/e2e/alcotest/failing/unknown_option.expected"
                (("`") "'")
-               (("COMMAND") "[COMMAND]")
                (("\\.\\.\\.") "…")))))))
     (native-inputs
      (list ocamlbuild))



reply via email to

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