guix-patches
[Top][All Lists]
Advanced

[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: Greg Hogan
Subject: [bug#51083] [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


reply via email to

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