guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: ocaml-version: Update to 3.5.0.


From: guix-commits
Subject: 09/14: gnu: ocaml-version: Update to 3.5.0.
Date: Sat, 13 Aug 2022 15:22:25 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 628713ea73389b641e17b9849388be7561542ffe
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 20:45:55 2022 +0200

    gnu: ocaml-version: Update to 3.5.0.
    
    * gnu/packages/ocaml.scm (ocaml-version): Update to 3.5.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 aa3a59d15b..19e9bb2536 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7851,7 +7851,7 @@ and SVG file output.")
 (define-public ocaml-version
   (package
     (name "ocaml-version")
-    (version "3.4.0")
+    (version "3.5.0")
     (source
      (origin
        (method git-fetch)
@@ -7861,7 +7861,7 @@ and SVG file output.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1c13zk1qna59m5z9jx7da3p7cxd48scpyk7zg7gi6gc6hx5hhjx8"))))
+         "1pnw2ym021j48zknhbi1kdiyfv9si8p2l04rdzbv4g51fclsqs92"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f))          ; no tests
     (properties '((upstream-name . "ocaml-version")))



reply via email to

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