mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ocaml-utop: Update to 2.4.2.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.2.
This commit is contained in:
parent
9e560c185c
commit
1e6e526e0c
1 changed files with 2 additions and 2 deletions
|
@ -3123,7 +3123,7 @@ (define-public ocaml-lambda-term
|
|||
(define-public ocaml-utop
|
||||
(package
|
||||
(name "ocaml-utop")
|
||||
(version "2.4.1")
|
||||
(version "2.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3132,7 +3132,7 @@ (define-public ocaml-utop
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jm3sagissbw8012mnppknsxl9dqd9514b891b64disqhdb5awg3"))))
|
||||
(base32 "0z8klqwqmq5i111p4awzvlvirhm1dxp0mbfagwfiwq1wg72v6zdm"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:jbuild? #t
|
||||
|
|
Loading…
Reference in a new issue