gnu: camlboot: Update to latest commit.

* gnu/packages/ocaml.scm (camlboot): Update to latest commit.
This commit is contained in:
Julien Lepiller 2021-11-21 04:13:46 +01:00
parent 0846e7d326
commit 348f1f7cb5
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -111,8 +111,8 @@ (define (janestreet-origin name version hash)
(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 @@ (define-public camlboot
(file-name (git-file-name name version))
(sha256
(base32
"0vimxl4karw9ih3npyc5rhxg85cjh6fqjbq3dzj7j2iymlhwfbkv"))
"1f5gl3hzvixbgk0v3kmxiyn432znyy3jh5fa65cfzcaxzgfv1i1c"))
(modules '((guix build utils)))
(snippet
`(begin