mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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>
This commit is contained in:
parent
e874c730ea
commit
04b6e1ed26
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ (define-public boost-signals2
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13i5j43nggb46i6qpaf7gk53i7zp7pimphl7sydyfqz2m9yx5cdy"))))
|
||||
"1prhj98jgvkj2m3ia5lcgxnl1a4h13cyzqd55skjn983rivi6090"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue