guix-commits
[Top][All Lists]
Advanced

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

48/54: gnu: ocaml-jst-config: Update to 0.15.1.


From: guix-commits
Subject: 48/54: gnu: ocaml-jst-config: Update to 0.15.1.
Date: Sun, 1 May 2022 07:16:09 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 4ce554c6daf474ca85dfca95a0c6d0e0ba45af47
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 11:12:02 2022 +0200

    gnu: ocaml-jst-config: Update to 0.15.1.
    
    * gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.15.1.
---
 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 890c6c122b..160228ac76 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4498,7 +4498,7 @@ syntax checking on dedukti files.")
 (define-public ocaml-jst-config
   (package
     (name "ocaml-jst-config")
-    (version "0.14.1")
+    (version "0.15.1")
     (source
       (origin
         (method git-fetch)
@@ -4508,7 +4508,7 @@ syntax checking on dedukti files.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0sak7rrix8vd2bscbjxbxi1d9jyd27ik59dpybfxhzhsn9s1wllv"))))
+          "1yp5p63clvaxmkf7vlasgyapxc31x29c154pyq63n0fvi2fpf4y3"))))
     (build-system dune-build-system)
     (arguments '(#:tests? #f))           ; no tests
     (propagated-inputs



reply via email to

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