guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: ocaml-integers: Update to 0.5.1.


From: guix-commits
Subject: 02/15: gnu: ocaml-integers: Update to 0.5.1.
Date: Sat, 20 Nov 2021 11:09:33 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit e7bf93e5cc050510f7099949263ef459524cdc72
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 14:04:32 2021 +0100

    gnu: ocaml-integers: Update to 0.5.1.
---
 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 537e8bc..8528746 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4102,7 +4102,7 @@ sensitive completion, colors, and more.")
 (define-public ocaml-integers
   (package
     (name "ocaml-integers")
-    (version "0.4.0")
+    (version "0.5.1")
     (home-page "https://github.com/ocamllabs/ocaml-integers";)
     (source (origin
               (method git-fetch)
@@ -4112,7 +4112,7 @@ sensitive completion, colors, and more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0yp3ab0ph7mp5741g7333x4nx8djjvxzpnv3zvsndyzcycspn9dd"))))
+                "0by5pc851fk7ccxqy1w2qc5jwn9z8whyqhs5gxlm5986vr9msnyi"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f)) ; no tests



reply via email to

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