GNU bug report logs - #69855
[PATCH 6/9] gnu: ocaml-menhir: Update to 20231231.

Previous Next

Package: guix-patches;

Reported by: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>

Date: Sun, 17 Mar 2024 13:59:07 UTC

Severity: normal

Tags: patch

Done: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
To: guix-patches <at> gnu.org
Cc: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Subject: [PATCH 6/9] gnu: ocaml-menhir: Update to 20231231.
Date: Sun, 17 Mar 2024 14:57:05 +0100
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20231231.

Change-Id: Ie3af9336d1a75cd70a670e1dd8b8f6ab575992a7
---
 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 861c0e6caa..cfb9dbf64c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1357,7 +1357,7 @@ (define-public emacs-tuareg
 (define-public ocaml-menhir
   (package
     (name "ocaml-menhir")
-    (version "20220210")
+    (version "20231231")
     (source
      (origin
        (method git-fetch)
@@ -1366,7 +1366,7 @@ (define-public ocaml-menhir
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0f31isr3cyiishflz6qr4xc3gp9xwf32r3vxdvm5wnr2my1fnn1n"))))
+        (base32 "12a1zxbkipa2i0k7ay0frfzyibpdvh3hr0rcq18kgsp924wp9q5x"))))
     (build-system dune-build-system)
     (inputs
      (list ocaml))
-- 
2.41.0





This bug report was last modified 1 year and 61 days ago.

Previous Next


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