guix-patches
[Top][All Lists]
Advanced

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

[bug#69847] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6.


From: Arnaud Daby-Seesaram
Subject: [bug#69847] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6.
Date: Sun, 17 Mar 2024 15:56:54 +0100

* gnu/packages/ocaml.scm (ocaml-opam-file-format): Update to 2.1.6.

Change-Id: Ida2eb373aad3b929982219838b6c6d8a476c5992
---
 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 7d7c6826f7..a147daafd7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -810,7 +810,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
@@ -819,7 +819,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]