guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: ocaml-ctypes: Update to 0.20.0.


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

roptat pushed a commit to branch master
in repository guix.

commit 18a588773e21291452744263a0f641d01b75f22c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 3 16:43:15 2022 +0100

    gnu: ocaml-ctypes: Update to 0.20.0.
    
    * gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.20.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 f955bdfd55..fcfbe4c191 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4209,7 +4209,7 @@ long and size_t whose sizes depend on the host platform.")
 (define-public ocaml-ctypes
   (package
    (name "ocaml-ctypes")
-   (version "0.19.1")
+   (version "0.20.0")
    (home-page "https://github.com/ocamllabs/ocaml-ctypes";)
    (source (origin
              (method git-fetch)
@@ -4219,7 +4219,7 @@ long and size_t whose sizes depend on the host platform.")
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1xi1a486gssrb23zln3sf7zn0rmyl1k684bdf9iqkhgpz607fq6s"))))
+               "13mq6i08f217fj2lq55psji453nmqp136sjxhg25hjb2z0gv9gky"))))
    (build-system ocaml-build-system)
    (arguments
     `(#:make-flags



reply via email to

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