This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 102a02896d gnu: js-of-ocaml: Update to 4.0.0.
102a02896d is described below
commit 102a02896d4bf8eeed346521aaec8a7bda46c58b
Author: pukkamustard <[email protected]>
AuthorDate: Tue Feb 1 19:36:38 2022 +0000
gnu: js-of-ocaml: Update to 4.0.0.
* gnu/packages/ocaml (js-of-ocaml): Update to 4.0.0.
Signed-off-by: Julien Lepiller <[email protected]>
---
gnu/packages/ocaml.scm | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6c1ac057a4..fa6cdcb0d5 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -17,7 +17,7 @@
;;; Copyright © 2020 Marius Bakke <[email protected]>
;;; Copyright © 2020, 2021 Simon Tournier <[email protected]>
;;; Copyright © 2020 divoplade <[email protected]>
-;;; Copyright © 2020, 2021 pukkamustard <[email protected]>
+;;; Copyright © 2020, 2021, 2022 pukkamustard <[email protected]>
;;; Copyright © 2021 aecepoglu <[email protected]>
;;; Copyright © 2021 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2021 Xinglu Chen <[email protected]>
@@ -7639,7 +7639,7 @@ libraries.")
(define-public js-of-ocaml
(package
(name "js-of-ocaml")
- (version "3.11.0")
+ (version "4.0.0")
(source
(origin
(method git-fetch)
@@ -7648,20 +7648,9 @@ libraries.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1x5f1ph9wgx0mgyibssssnrcwp69ihw66gzhsnz9h79czgzyjpp2"))))
+ (base32 "0iyhl9z57j53j2jvyqcwmxhbvy23l6g80aa0abmlgwam14yskspf"))))
(build-system dune-build-system)
- (arguments
- `(#:test-target "."
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'fix-failing-test
- (lambda _
- ;; Formating difference
- (with-output-to-file "compiler/tests-jsoo/bin/error2.expected"
- (lambda _
- (format #t
- "Fatal error: exception Match_failure(\
-\"compiler/tests-jsoo/bin/error2.ml\", 11, 2)\n\n"))))))))
+ (arguments `(#:test-target "."))
(propagated-inputs
(list ocaml-ppxlib
ocaml-uchar