GNU bug report logs -
#77066
[PATCH 0/3] Update boost variant URIs to be consistent and valid
Previous Next
Reported by: Ada Stevenson <adanskana <at> gmail.com>
Date: Mon, 17 Mar 2025 08:11:02 UTC
Severity: normal
Tags: easy, patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/boost.scm (boost-for-mysql)
[source] <uri>: Update uri to align with other boost packages.
Change-Id: I1ddd8b25d8ab60ab791c89b4ee79f0e02f6b56d2
---
gnu/packages/boost.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index c53cac0c0a..4f54c6b578 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -324,10 +324,9 @@ (define-public boost-for-mysql
(version "1.59.0")
(source (origin
(method url-fetch)
- (uri (string-append
- "mirror://sourceforge/boost/boost/" version "/boost_"
- (string-map (lambda (x) (if (eq? x #\.) #\_ x)) version)
- ".tar.bz2"))
+ (uri (string-append "https://archives.boost.io/release/"
+ version "/source/boost_"
+ (version-with-underscores version) ".tar.bz2"))
(sha256
(base32
"1jj1aai5rdmd72g90a3pd8sw9vi32zad46xv5av8fhnr48ir6ykj"))))
--
2.48.1
This bug report was last modified 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.