guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: ocaml-frontc: Update to 3.4.2.


From: guix-commits
Subject: 09/10: gnu: ocaml-frontc: Update to 3.4.2.
Date: Wed, 4 Sep 2019 17:09:22 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit e57dd20118d3210de0ce9e407f41bf3a0be1dee3
Author: Julien Lepiller <address@hidden>
Date:   Wed Sep 4 23:03:45 2019 +0200

    gnu: ocaml-frontc: Update to 3.4.2.
    
    * gnu/packages/ocaml.scm (ocaml-frontc): Update to 3.4.2.
---
 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 3961a97..67a5f01 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1140,7 +1140,7 @@ for speed and space economy.")
 (define-public ocaml-frontc
   (package
     (name "ocaml-frontc")
-    (version "3.4.1")
+    (version "3.4.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1150,7 +1150,7 @@ for speed and space economy.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dq5nks0c9gsbr1m8k39m1bniawr5hqcy1r8x5px7naa95ch06ak"))))
+                "0k7jk9hkglnkk27s62xl493jyqc017gyvwqb1lyc0ywbb001s102"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

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