GNU bug report logs - #50181
[PATCH] gnu: ocaml-cstruct: Update to 6.0.1.

Previous Next

Package: guix-patches;

Reported by: pukkamustard <pukkamustard <at> posteo.net>

Date: Tue, 24 Aug 2021 07:55:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50181: closed ([PATCH] gnu: ocaml-cstruct: Update to 6.0.1.)
Date: Fri, 24 Sep 2021 11:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 24 Sep 2021 13:53:47 +0200
with message-id <878rzmp4tw.fsf <at> 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 <at> gnu.org.)


-- 
50181: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50181
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: pukkamustard <pukkamustard <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: pukkamustard <pukkamustard <at> posteo.net>
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: pukkamustard <pukkamustard <at> posteo.net>
Cc: 50181-done <at> debbugs.gnu.org
Subject: Re: bug#50181: [PATCH] gnu: ocaml-cstruct: Update to 6.0.1.
Date: Fri, 24 Sep 2021 13:53:47 +0200
Hi,

pukkamustard <pukkamustard <at> posteo.net> skribis:

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

Finally applied, thanks!

Ludo’.


This bug report was last modified 3 years and 236 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.