gnu: ocaml-utop: Update to 2.4.3.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.3.master
parent
db1bc0d92e
commit
3bc6b9bb17
|
@ -3070,7 +3070,7 @@ instead of bindings to a C library.")
|
||||||
(define-public ocaml-utop
|
(define-public ocaml-utop
|
||||||
(package
|
(package
|
||||||
(name "ocaml-utop")
|
(name "ocaml-utop")
|
||||||
(version "2.4.2")
|
(version "2.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3079,7 +3079,7 @@ instead of bindings to a C library.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z8klqwqmq5i111p4awzvlvirhm1dxp0mbfagwfiwq1wg72v6zdm"))))
|
(base32 "1bl4943qpi3qy152dbdm5glhx19zsiylmn4rcxi8l66g58hikyjp"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jbuild? #t
|
`(#:jbuild? #t
|
||||||
|
|
Reference in New Issue