mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: ocaml-jst-config: Update to 0.15.1.
* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.15.1.
This commit is contained in:
parent
ae08819ca5
commit
4ce554c6da
1 changed files with 2 additions and 2 deletions
|
@ -4498,7 +4498,7 @@ (define-public emacs-flycheck-dedukti
|
|||
(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 @@ (define-public ocaml-jst-config
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sak7rrix8vd2bscbjxbxi1d9jyd27ik59dpybfxhzhsn9s1wllv"))))
|
||||
"1yp5p63clvaxmkf7vlasgyapxc31x29c154pyq63n0fvi2fpf4y3"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments '(#:tests? #f)) ; no tests
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue