mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: ocaml-utop: Update to 2.0.2.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.0.2
This commit is contained in:
parent
0e43721f32
commit
484d68f27c
1 changed files with 2 additions and 2 deletions
|
@ -3698,7 +3698,7 @@ (define-public ocaml-lambda-term
|
||||||
(define-public ocaml-utop
|
(define-public ocaml-utop
|
||||||
(package
|
(package
|
||||||
(name "ocaml-utop")
|
(name "ocaml-utop")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/diml/utop/archive/"
|
(uri (string-append "https://github.com/diml/utop/archive/"
|
||||||
|
@ -3706,7 +3706,7 @@ (define-public ocaml-utop
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v22bzw1vgwbbmpvi7lkyp2r59w5mag85rmqplb4fwik78x7k4ss"))))
|
"0rglznh4prcix8spi3f060jz2gngk7x8vkd291fxs10b88aqcpxf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in a new issue