guix-commits
[Top][All Lists]
Advanced

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

27/54: gnu: ocaml-integers: Update to 0.7.0.


From: guix-commits
Subject: 27/54: gnu: ocaml-integers: Update to 0.7.0.
Date: Sun, 1 May 2022 07:16:05 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 2708cece855aadba1475adfb117b52d2030a2d5b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 07:35:44 2022 +0200

    gnu: ocaml-integers: Update to 0.7.0.
    
    * gnu/packages/ocaml.scm (ocaml-integers): Update to 0.7.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 fee9ab1cc6..8e27ac4480 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4253,7 +4253,7 @@ sensitive completion, colors, and more.")
 (define-public ocaml-integers
   (package
     (name "ocaml-integers")
-    (version "0.6.0")
+    (version "0.7.0")
     (home-page "https://github.com/ocamllabs/ocaml-integers";)
     (source (origin
               (method git-fetch)
@@ -4263,7 +4263,7 @@ sensitive completion, colors, and more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07qk7dgxykn528qvhfwa0j402yr58y1y84ivpi1ji1lvk0qddxcs"))))
+                "0c0bmy53ag6504kih0cvnp4yf7mbcimb18m1mgs592ffb0zj1rff"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f)) ; no tests



reply via email to

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