all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50181] [PATCH] gnu: ocaml-cstruct: Update to 6.0.1.
@ 2021-08-24  7:54 pukkamustard
  2021-09-24 11:53 ` bug#50181: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pukkamustard @ 2021-08-24  7:54 UTC (permalink / raw)
  To: 50181; +Cc: pukkamustard

* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.0.1.
---
 gnu/packages/ocaml.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 112751ddec..1fe02e47a7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3389,7 +3389,7 @@ big- and little-endian, with their unsafe counter-parts.")
 (define-public ocaml-cstruct
   (package
     (name "ocaml-cstruct")
-    (version "4.0.0")
+    (version "6.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3398,11 +3398,13 @@ big- and little-endian, with their unsafe counter-parts.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0m4bz0digcsc8l2msfikwcbi1y371kccx6xnkwrz212mf5mp98bv"))))
+                "0gpyr3cf393j1ir7i2m2qhx75l21w6ad7imdd73xn0jy3pjg4wsj"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "cstruct"
        #:test-target "."))
+    (propagated-inputs
+     `(("ocaml-bigarray-compat" ,ocaml-bigarray-compat)))
     (native-inputs
      `(("ocaml-alcotest" ,ocaml-alcotest)))
     (home-page "https://github.com/mirage/ocaml-cstruct")
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50181: [PATCH] gnu: ocaml-cstruct: Update to 6.0.1.
  2021-08-24  7:54 [bug#50181] [PATCH] gnu: ocaml-cstruct: Update to 6.0.1 pukkamustard
@ 2021-09-24 11:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-09-24 11:53 UTC (permalink / raw)
  To: pukkamustard; +Cc: 50181-done

Hi,

pukkamustard <pukkamustard@posteo.net> skribis:

> * gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.0.1.

Finally applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-24 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24  7:54 [bug#50181] [PATCH] gnu: ocaml-cstruct: Update to 6.0.1 pukkamustard
2021-09-24 11:53 ` bug#50181: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.