diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 07:46:09 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:55 +0200 |
commit | a9e8b6e7a27e02e2457f55be2bcac1321b43fa19 (patch) | |
tree | 04078fdf2316618001fe7f5424b8d179cc8c4623 | |
parent | 43b95fbe7a4d600056fea42614fb78dadc5679bd (diff) | |
download | guix-a9e8b6e7a27e02e2457f55be2bcac1321b43fa19.tar.gz |
gnu: ocaml-opam-file-format: Update to 2.1.4.
* gnu/packages/ocaml.scm (ocaml-opam-file-format): Update to 2.1.4.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index bd9c2ef0d1..24a58fbe0e 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -754,7 +754,7 @@ let () = String.split_on_char ':' (Sys.getenv \"OCAMLPATH\") (define-public ocaml-opam-file-format (package (name "ocaml-opam-file-format") - (version "2.1.3") + (version "2.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -763,7 +763,7 @@ let () = String.split_on_char ':' (Sys.getenv \"OCAMLPATH\") (file-name (git-file-name name version)) (sha256 (base32 - "1fxhppdmrysr2nb5z3c448h17np48f3ga9jih33acj78r4rdblcs")))) + "0dmnb1mqdy4913f9ma446hi5m99q7hfibj6j0m8x2wsfnfy2fw62")))) (build-system ocaml-build-system) (arguments `(#:tests? #f; No tests |