guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: ocaml-cstruct: Update to 6.1.1.


From: guix-commits
Subject: 10/14: gnu: ocaml-cstruct: Update to 6.1.1.
Date: Sat, 13 Aug 2022 15:22:25 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 3d065a81a796f4d7700541e53342056b4936c6f6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 20:47:39 2022 +0200

    gnu: ocaml-cstruct: Update to 6.1.1.
    
    * gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.1.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 19e9bb2536..de23605704 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3752,7 +3752,7 @@ big- and little-endian, with their unsafe counter-parts.")
 (define-public ocaml-cstruct
   (package
     (name "ocaml-cstruct")
-    (version "6.1.0")
+    (version "6.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3761,7 +3761,7 @@ big- and little-endian, with their unsafe counter-parts.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pwfkfs8zzr88slnvl5b28lx6w2k149ybgvrs6diay3qvwcmkhx5"))))
+                "0dpbirs6lzp0bclr3wcw407jjspll7iy66z18zks3mjccvlxd21w"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "cstruct"



reply via email to

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