summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-08-13 20:47:39 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-08-13 21:21:36 +0200
commit3d065a81a796f4d7700541e53342056b4936c6f6 (patch)
treecd5dae58f9e07c249490208d2fbe07ec30c74dd7
parent628713ea73389b641e17b9849388be7561542ffe (diff)
downloadguix-3d065a81a796f4d7700541e53342056b4936c6f6.tar.gz
gnu: ocaml-cstruct: Update to 6.1.1.
* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.1.1.
-rw-r--r--gnu/packages/ocaml.scm4
1 files 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"