guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ocaml-menhir: Update to 20211012.


From: guix-commits
Subject: 01/03: gnu: ocaml-menhir: Update to 20211012.
Date: Fri, 19 Nov 2021 18:31:29 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit be9ae1347c7eb9508b79661232372559bfe03711
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 00:15:10 2021 +0100

    gnu: ocaml-menhir: Update to 20211012.
    
    * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20211012.
---
 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 f7e1c73..1460407 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1060,7 +1060,7 @@ Emacs.")
 (define-public ocaml-menhir
   (package
     (name "ocaml-menhir")
-    (version "20210419")
+    (version "20211012")
     (source
      (origin
        (method git-fetch)
@@ -1069,7 +1069,7 @@ Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jcbr7s3iwfr7xxfybs3h407g76yfp5yq5r9i0wg2ahvvbqh03ky"))))
+        (base32 "08kf5apbv15n2kcr3qhyr3rvsf2lg25ackr3x9kfgiiqc0p3sz40"))))
     (build-system dune-build-system)
     (inputs
      `(("ocaml" ,ocaml)))



reply via email to

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