diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-21 04:13:46 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-21 04:14:49 +0100 |
commit | 348f1f7cb5e0a37f66268c4204777238f26ae947 (patch) | |
tree | f54699bcad49081a9f706453af6f8c7703e029e8 /gnu/packages/ocaml.scm | |
parent | 0846e7d3265f9fc1b7d83676ef75c55f78faa587 (diff) |
gnu: camlboot: Update to latest commit.
* gnu/packages/ocaml.scm (camlboot): Update to latest commit.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index ead2adfb9f..8924f9c0ae 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -111,8 +111,8 @@ (sha256 (base32 hash)))) (define-public camlboot - (let ((commit "506280c6e0813e0e794988151a8e46be55373ebc") - (revision "0")) + (let ((commit "45045d0afa82f7e9b7ea07314aab08be2d3cd64b") + (revision "1")) (package (name "camlboot") (version (git-version "0.0.0" revision commit)) @@ -125,7 +125,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0vimxl4karw9ih3npyc5rhxg85cjh6fqjbq3dzj7j2iymlhwfbkv")) + "1f5gl3hzvixbgk0v3kmxiyn432znyy3jh5fa65cfzcaxzgfv1i1c")) (modules '((guix build utils))) (snippet `(begin |