[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69846] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6.
From: |
Arnaud Daby-Seesaram |
Subject: |
[bug#69846] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6. |
Date: |
Sun, 17 Mar 2024 14:57:01 +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
- [bug#69847] [PATCH 0/9] Update a few OCaml-related packages, Arnaud Daby-Seesaram, 2024/03/17
- [bug#69850] [PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2., Arnaud Daby-Seesaram, 2024/03/17
- [bug#69851] [PATCH 7/9] gnu: ocaml-fix: Update to 20230505., Arnaud Daby-Seesaram, 2024/03/17
- [bug#69846] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6.,
Arnaud Daby-Seesaram <=
- [bug#69855] [PATCH 6/9] gnu: ocaml-menhir: Update to 20231231., Arnaud Daby-Seesaram, 2024/03/17
- [bug#69854] [PATCH 8/9] gnu: ocaml-monolith: Update to 20230604., Arnaud Daby-Seesaram, 2024/03/17
- [bug#69853] [PATCH 9/9] gnu: ocaml-pprint: Update to 20230830., Arnaud Daby-Seesaram, 2024/03/17
- [bug#69849] [PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0., Arnaud Daby-Seesaram, 2024/03/17
- [bug#69848] [PATCH 3/9] gnu: ocaml-opam-monorepo: Update to 0.4.0., Arnaud Daby-Seesaram, 2024/03/17