guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ocaml-opam-file-format: Update to 2.1.3.


From: guix-commits
Subject: 02/06: gnu: ocaml-opam-file-format: Update to 2.1.3.
Date: Fri, 20 Aug 2021 17:54:40 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 43c0be8c6a4ba0f2d4f25bae0313a3fa69dc66cb
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Aug 9 03:24:08 2021 +0200

    gnu: ocaml-opam-file-format: Update to 2.1.3.
    
    * gnu/packages/ocaml.scm (ocaml-opam-file-format): Update to 2.1.3.
---
 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 923d7b1..11f7eff 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -747,7 +747,7 @@ let () = String.split_on_char ':' (Sys.getenv \"OCAMLPATH\")
 (define-public ocaml-opam-file-format
   (package
     (name "ocaml-opam-file-format")
-    (version "2.0.0")
+    (version "2.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -756,7 +756,7 @@ let () = String.split_on_char ':' (Sys.getenv \"OCAMLPATH\")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fqb99asnair0043hhc8r158d6krv5nzvymd0xwycr5y72yrp0hv"))))
+                "1fxhppdmrysr2nb5z3c448h17np48f3ga9jih33acj78r4rdblcs"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; No tests



reply via email to

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