[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51083: [PATCH core-updates] gnu: boost: Update to 1.77.0.
From: |
Maxim Cournoyer |
Subject: |
bug#51083: [PATCH core-updates] gnu: boost: Update to 1.77.0. |
Date: |
Fri, 12 Nov 2021 00:48:10 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello Greg,
Greg Hogan <code@greghogan.com> writes:
>>From 203beb6495d9a20734854c5eb4d6c76f4420bfdf Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Thu, 7 Oct 2021 13:49:21 +0000
> Subject: [PATCH] gnu: boost: Update to 1.77.0.
>
> * gnu/packages/boost.scm (boost): Update to 1.77.0.
> ---
> gnu/packages/boost.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
> index 538d921c0b..6dc37d6b01 100644
> --- a/gnu/packages/boost.scm
> +++ b/gnu/packages/boost.scm
> @@ -67,7 +67,7 @@
> (define-public boost
> (package
> (name "boost")
> - (version "1.76.0")
> + (version "1.77.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "
> https://boostorg.jfrog.io/artifactory/main/release/"
> @@ -75,7 +75,7 @@
> (version-with-underscores version)
> ".tar.bz2"))
> (sha256
> (base32
> - "0hcc661savk32hx65997p0ss1awj6ala4cmz4w7lbi42x6k7nfgh"))))
> + "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
> (build-system gnu-build-system)
> (inputs `(("icu4c" ,icu4c)
> ("zlib" ,zlib)))
> --
> 2.33.0
Apologies for not seeing this earlier; it's been updated to 1.77 with
commit 68ce9c38848982b53b41d1c6bb44eafb78d981b9 on the
core-updates-frozen branch.
Thank you!
Closing.
Maxim
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#51083: [PATCH core-updates] gnu: boost: Update to 1.77.0.,
Maxim Cournoyer <=