[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: boost-signals2: Update hash to matched moved tag.
From: |
guix-commits |
Subject: |
01/02: gnu: boost-signals2: Update hash to matched moved tag. |
Date: |
Tue, 14 Dec 2021 21:07:24 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 04b6e1ed265e64a004c7ea93018179785b979f31
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Wed Dec 15 00:40:09 2021 +0000
gnu: boost-signals2: Update hash to matched moved tag.
The upstream boost-1.77.0 tag moved significantly: from commit 10b030b
to commit 4a51d6e. Both predate the release of Boost 1.77.0, see
<https://lists.boost.org/boost-announce/2021/08/0593.php>, so we might
reasonably assume that the tag is now stable.
Asked upstream: <https://github.com/boostorg/signals2/issues/56>.
* gnu/packages/boost (boost-signals2)[source]: Update hash.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/boost.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 53815c0..dab3abf 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -406,7 +407,7 @@ Boost.Thread.")
(file-name (git-file-name name version))
(sha256
(base32
- "13i5j43nggb46i6qpaf7gk53i7zp7pimphl7sydyfqz2m9yx5cdy"))))
+ "1prhj98jgvkj2m3ia5lcgxnl1a4h13cyzqd55skjn983rivi6090"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))