gnu: ocaml-jst-config: Update to 0.14.1.

* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1.
This commit is contained in:
Julien Lepiller 2021-11-19 04:03:10 +01:00
parent eb9fa94cca
commit 9d662021ae
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -4257,11 +4257,17 @@ (define-public emacs-flycheck-dedukti
(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