mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
eb9fa94cca
commit
9d662021ae
1 changed files with 10 additions and 4 deletions
|
@ -4257,11 +4257,17 @@ syntax checking on dedukti files.")
|
||||||
(define-public ocaml-jst-config
|
(define-public ocaml-jst-config
|
||||||
(package
|
(package
|
||||||
(name "ocaml-jst-config")
|
(name "ocaml-jst-config")
|
||||||
(version "0.14.0")
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(janestreet-origin
|
(origin
|
||||||
"jst-config" version
|
(method git-fetch)
|
||||||
"1fppr29vn91zpqda8jlnp8bcssd4bf3rn36ig8fnd1yhjrsvz8f6"))
|
(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)
|
(build-system dune-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no tests
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue