emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50181: closed ([PATCH] gnu: ocaml-cstruct: Update to 6.0.1.)


From: GNU bug Tracking System
Subject: bug#50181: closed ([PATCH] gnu: ocaml-cstruct: Update to 6.0.1.)
Date: Fri, 24 Sep 2021 11:54:02 +0000

Your message dated Fri, 24 Sep 2021 13:53:47 +0200
with message-id <878rzmp4tw.fsf@gnu.org>
and subject line Re: bug#50181: [PATCH] gnu: ocaml-cstruct: Update to 6.0.1.
has caused the debbugs.gnu.org bug report #50181,
regarding [PATCH] gnu: ocaml-cstruct: Update to 6.0.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50181: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50181
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ocaml-cstruct: Update to 6.0.1. Date: Tue, 24 Aug 2021 07:54:00 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#50181: [PATCH] gnu: ocaml-cstruct: Update to 6.0.1. Date: Fri, 24 Sep 2021 13:53:47 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

pukkamustard <pukkamustard@posteo.net> skribis:

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

Finally applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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