diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-03 14:21:57 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-03 19:36:11 +0100 |
commit | 66c5d6e8d51a081e49a409d8be8ef0002f4b047c (patch) | |
tree | 81dd6535363dd30d1c69ba608033bd6fe9b73634 /gnu/packages | |
parent | a52ad7e8befc96fe32ecf413fd9830d84a5242ac (diff) |
gnu: ocaml-fix: Update to 20220121.
* gnu/packages/ocaml.scm (ocaml-fix): Update to 20220121.
Diffstat (limited to 'gnu/packages')
-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 b93a493dd9..da8b2bc978 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7289,7 +7289,7 @@ representation.") (define-public ocaml-fix (package (name "ocaml-fix") - (version "20211125") + (version "20220121") (source (origin (method git-fetch) @@ -7299,7 +7299,7 @@ representation.") (file-name (git-file-name name version)) (sha256 (base32 - "00vq2das1l8xca013z7z7jy5622fsy3jha2cj72psp22wx9199l1")))) + "15785v43jcbqsw1y653cnb89alrcnbdri1h0w6zl6p7769ja9rdj")))) (build-system dune-build-system) (arguments ;; No tests. |