GNU bug report logs - #45364
[PATCH] gnu: boost: Update to 1.75.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 22 Dec 2020 11:20:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#45364: closed (Re: [bug#45364] [PATCH] gnu: boost: Update to
 1.75.0.)
Date: Wed, 06 Jan 2021 10:04:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45364: [PATCH] gnu: boost: Update to 1.75.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45364 <at> debbugs.gnu.org.

-- 
45364: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45364
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 45364-done <at> debbugs.gnu.org
Subject: Re: [bug#45364] [PATCH] gnu: boost: Update to 1.75.0.
Date: Wed, 06 Jan 2021 11:03:00 +0100
Hello Greg,

> * gnu/packages/boost.scm (boost): Update to 1.75.0.

Maxim pushed this update as ca5f81ff57f84db28986a22832b27f13f4f24cf6.

Thanks,

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: boost: Update to 1.75.0.
Date: Tue, 22 Dec 2020 06:19:07 -0500
[Message part 4 (text/plain, inline)]
For the core-updates branch.

From d25bcf26fb327dce63384c378b5fa84227e5a86f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Fri, 18 Dec 2020 20:41:00 +0000
Subject: [PATCH] gnu: boost: Update to 1.75.0.

* gnu/packages/boost.scm (boost): Update to 1.75.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 fcadc03dd0..2cf8d2c952 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -62,7 +62,7 @@
 (define-public boost
   (package
     (name "boost")
-    (version "1.74.0")
+    (version "1.75.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.bintray.com/boostorg/release/
"
@@ -70,7 +70,7 @@
                                   (version-with-underscores version)
".tar.bz2"))
               (sha256
                (base32
-                "1c8nw4jz17zy2y27h7p554a5jza1ymz8phkz71p9181ifx8c3gw3"))))
+                "1js9zpij58l60kx46s3lxdp5207igppjnhqigwhbpdvd04gb6gcm"))))
     (build-system gnu-build-system)
     (inputs `(("icu4c" ,icu4c)
               ("zlib" ,zlib)))
-- 
2.29.2
[Message part 5 (text/html, inline)]
[0001-gnu-boost-Update-to-1.75.0.patch (application/octet-stream, attachment)]

This bug report was last modified 4 years and 135 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.