mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ocaml-jst-config: Update to 0.16.0.
* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.16.0. Change-Id: I9203537dc8d33ee4bf4fb88c6a641f8ecfaecdb0
This commit is contained in:
parent
4584ec6415
commit
98497f923d
1 changed files with 2 additions and 2 deletions
|
@ -5490,7 +5490,7 @@ (define-public dedukti
|
||||||
(define-public ocaml-jst-config
|
(define-public ocaml-jst-config
|
||||||
(package
|
(package
|
||||||
(name "ocaml-jst-config")
|
(name "ocaml-jst-config")
|
||||||
(version "0.15.1")
|
(version "0.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5500,7 +5500,7 @@ (define-public ocaml-jst-config
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yp5p63clvaxmkf7vlasgyapxc31x29c154pyq63n0fvi2fpf4y3"))))
|
"01419gk2w2r1xqz11rw1glngi8fi6gq9sh79c06vasrk6vxriy0s"))))
|
||||||
(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…
Reference in a new issue