emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51083: closed ([PATCH core-updates] gnu: boost: Update to 1.77.0.)


From: GNU bug Tracking System
Subject: bug#51083: closed ([PATCH core-updates] gnu: boost: Update to 1.77.0.)
Date: Fri, 12 Nov 2021 05:49:01 +0000

Your message dated Fri, 12 Nov 2021 00:48:10 -0500
with message-id <877dddrkkl.fsf@gmail.com>
and subject line Re: bug#51083: [PATCH core-updates] gnu: boost: Update to 
1.77.0.
has caused the debbugs.gnu.org bug report #51083,
regarding [PATCH core-updates] gnu: boost: Update to 1.77.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51083: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51083
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: boost: Update to 1.77.0. Date: Thu, 7 Oct 2021 10:01:32 -0400
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

Attachment: 0001-gnu-boost-Update-to-1.77.0.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]