guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: ocaml-version: Update to 3.4.0.


From: guix-commits
Subject: 15/15: gnu: ocaml-version: Update to 3.4.0.
Date: Sat, 20 Nov 2021 11:09:37 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 0a4656f1c130b4da5e0d902b14fb46a8c91ccb37
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 16:48:30 2021 +0100

    gnu: ocaml-version: Update to 3.4.0.
    
    * gnu/packages/ocaml.scm (ocaml-version): Update to 3.4.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 49ee3ac..990b337 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6999,7 +6999,7 @@ and SVG file output.")
 (define-public ocaml-version
   (package
     (name "ocaml-version")
-    (version "3.0.0")
+    (version "3.4.0")
     (source
      (origin
        (method git-fetch)
@@ -7009,7 +7009,7 @@ and SVG file output.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "13770mp6adjjbx63zsbh6506dqxz241chw8c3y403sxpw45hnaw6"))))
+         "1c13zk1qna59m5z9jx7da3p7cxd48scpyk7zg7gi6gc6hx5hhjx8"))))
     (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]