mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: js-of-ocaml: Update to 4.1.0.
* gnu/packages/ocaml.scm (js-of-ocaml): Update to 4.1.0.
This commit is contained in:
parent
70e4c4e93f
commit
295a6b88e4
1 changed files with 2 additions and 2 deletions
|
@ -8456,7 +8456,7 @@ (define-public ocaml-cohttp
|
|||
(define-public js-of-ocaml
|
||||
(package
|
||||
(name "js-of-ocaml")
|
||||
(version "4.0.0")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8465,7 +8465,7 @@ (define-public js-of-ocaml
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0iyhl9z57j53j2jvyqcwmxhbvy23l6g80aa0abmlgwam14yskspf"))))
|
||||
(base32 "14ig69iyc9yzniclfsc6cz9g9zqp96bs66y6dy4rzrm78s81w6i1"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;tests assume ocaml 4.13
|
||||
|
|
Loading…
Reference in a new issue