[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: camlboot: Update to latest commit.
From: |
guix-commits |
Subject: |
branch master updated: gnu: camlboot: Update to latest commit. |
Date: |
Sat, 20 Nov 2021 22:15:22 -0500 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 348f1f7 gnu: camlboot: Update to latest commit.
348f1f7 is described below
commit 348f1f7cb5e0a37f66268c4204777238f26ae947
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 21 04:13:46 2021 +0100
gnu: camlboot: Update to latest commit.
* gnu/packages/ocaml.scm (camlboot): Update to latest commit.
---
gnu/packages/ocaml.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ead2adf..8924f9c 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: camlboot: Update to latest commit.,
guix-commits <=