guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-alcotest: Update to 1.5.0.


From: guix-commits
Subject: branch master updated: gnu: ocaml-alcotest: Update to 1.5.0.
Date: Thu, 18 Nov 2021 18:30:20 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2f1f2ac  gnu: ocaml-alcotest: Update to 1.5.0.
2f1f2ac is described below

commit 2f1f2ac1e98587b74fa3d23e55569e3ee3b2b6c8
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 00:29:13 2021 +0100

    gnu: ocaml-alcotest: Update to 1.5.0.
    
    * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.5.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 08c9f8e..e336189 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2244,7 +2244,7 @@ immutability.")
 (define-public ocaml-alcotest
   (package
     (name "ocaml-alcotest")
-    (version "1.4.0")
+    (version "1.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2253,7 +2253,7 @@ immutability.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri"))))
+                "1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "alcotest"



reply via email to

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