GNU bug report logs -
#69847
[PATCH 0/9] Update a few OCaml-related packages
Previous Next
Reported by: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Date: Sun, 17 Mar 2024 13:59:02 UTC
Severity: normal
Tags: patch
Done: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 69847 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.