guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ocaml-jst-config: Update to 0.14.1.


From: guix-commits
Subject: 02/03: gnu: ocaml-jst-config: Update to 0.14.1.
Date: Thu, 18 Nov 2021 22:05:32 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 9d662021aec7f89ea134d21ac379b9d471ee49e1
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 04:03:10 2021 +0100

    gnu: ocaml-jst-config: Update to 0.14.1.
    
    * gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1.
---
 gnu/packages/ocaml.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ced1380..cc694d7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4257,11 +4257,17 @@ syntax checking on dedukti files.")
 (define-public ocaml-jst-config
   (package
     (name "ocaml-jst-config")
-    (version "0.14.0")
+    (version "0.14.1")
     (source
-     (janestreet-origin
-      "jst-config" version
-      "1fppr29vn91zpqda8jlnp8bcssd4bf3rn36ig8fnd1yhjrsvz8f6"))
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/janestreet/jst-config";)
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "0sak7rrix8vd2bscbjxbxi1d9jyd27ik59dpybfxhzhsn9s1wllv"))))
     (build-system dune-build-system)
     (arguments '(#:tests? #f))           ; no tests
     (propagated-inputs



reply via email to

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