guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: js-of-ocaml: Update to 4.1.0.


From: guix-commits
Subject: 03/05: gnu: js-of-ocaml: Update to 4.1.0.
Date: Sun, 27 Nov 2022 12:12:57 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 295a6b88e41abd6f1baf4feb75bd123cc20b9779
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 27 17:15:15 2022 +0100

    gnu: js-of-ocaml: Update to 4.1.0.
    
    * gnu/packages/ocaml.scm (js-of-ocaml): Update to 4.1.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f029b5c585..ddb36bd14b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8456,7 +8456,7 @@ libraries.")
 (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 @@ libraries.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]