diff options
author | Aleksandr Vityazev <[email protected]> | 2021-12-15 00:40:09 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2021-12-15 03:04:53 +0100 |
commit | 04b6e1ed265e64a004c7ea93018179785b979f31 (patch) | |
tree | 795858284af6dd98d2c85187bb8c14574c069ebf | |
parent | e874c730eaa369e42cff3b2c2e3599d33a7aceff (diff) |
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 <[email protected]>
-rw-r--r-- | gnu/packages/boost.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 53815c0268..dab3abffab 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2021 Greg Hogan <[email protected]> ;;; Copyright © 2021 Franck Pérignon <[email protected]> ;;; Copyright © 2021 Greg Hogan <[email protected]> +;;; Copyright © 2021 Aleksandr Vityazev <[email protected]> ;;; ;;; 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)) |