guix-patches
[Top][All Lists]
Advanced

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

[bug#64249] [PATCH v8 12/13] gnu: ocaml-opam-file-format: Update to 2.1.


From: pukkamustard
Subject: [bug#64249] [PATCH v8 12/13] gnu: ocaml-opam-file-format: Update to 2.1.6.
Date: Fri, 3 Nov 2023 11:50:20 +0000

* gnu/packages/ocaml.scm (ocaml-opam-file-format): Update to 2.1.6.
---
 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 eccc870c08..8fd2f2a3cf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -821,7 +821,7 @@ (define-public ocaml-down
 (define-public ocaml-opam-file-format
   (package
     (name "ocaml-opam-file-format")
-    (version "2.1.4")
+    (version "2.1.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -830,7 +830,7 @@ (define-public ocaml-opam-file-format
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dmnb1mqdy4913f9ma446hi5m99q7hfibj6j0m8x2wsfnfy2fw62"))))
+                "0s2wv92664prpsgc3fcrif72n1fyfp8pzw3ywlz47xkxh0qnkbr9"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; No tests
-- 
2.41.0






reply via email to

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