guix-patches
[Top][All Lists]
Advanced

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

[bug#64249] [PATCH v9 18/34] gnu: ocaml-jst-config: Update to 0.16.0.


From: Julien Lepiller
Subject: [bug#64249] [PATCH v9 18/34] gnu: ocaml-jst-config: Update to 0.16.0.
Date: Wed, 10 Jan 2024 08:43:19 +0100

* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.16.0.
---
 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 64cf9eef0d..76ae9af6ac 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5489,7 +5489,7 @@ (define-public dedukti
 (define-public ocaml-jst-config
   (package
     (name "ocaml-jst-config")
-    (version "0.15.1")
+    (version "0.16.0")
     (source
       (origin
         (method git-fetch)
@@ -5499,7 +5499,7 @@ (define-public ocaml-jst-config
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1yp5p63clvaxmkf7vlasgyapxc31x29c154pyq63n0fvi2fpf4y3"))))
+          "01419gk2w2r1xqz11rw1glngi8fi6gq9sh79c06vasrk6vxriy0s"))))
     (build-system dune-build-system)
     (arguments '(#:tests? #f))           ; no tests
     (propagated-inputs
-- 
2.41.0






reply via email to

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