guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: ocaml-ounit2: Update to 2.2.5.


From: guix-commits
Subject: 06/09: gnu: ocaml-ounit2: Update to 2.2.5.
Date: Thu, 3 Feb 2022 13:36:41 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 89d4cf2a873de9fd2b2c3afe011b0355fdf3f2c1
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 3 16:30:18 2022 +0100

    gnu: ocaml-ounit2: Update to 2.2.5.
    
    * gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.5.
---
 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 5f25f4341a..f1ecfa70df 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1338,7 +1338,7 @@ compilers that can directly deal with packages.")
 (define-public ocaml-ounit2
   (package
     (name "ocaml-ounit2")
-    (version "2.2.4")
+    (version "2.2.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1347,7 +1347,7 @@ compilers that can directly deal with packages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gxjw1bhmjcjzri6x6psqrkbbyq678b69bqfl9i1zswp7cj2lryg"))))
+                "1frdfnal6zl46dq5vlxz1ks28bf9x57zgik2cc65izji0ymr7pis"))))
     (build-system dune-build-system)
     (propagated-inputs
      (list ocaml-lwt ocaml-stdlib-shims))



reply via email to

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