1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: boost-for-mysql: Update source URI.

* gnu/packages/boost.scm (boost-for-mysql)
[source]<origin>(uri): Update to align with other boost packages.

Change-Id: I1ddd8b25d8ab60ab791c89b4ee79f0e02f6b56d2
Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
Ada Stevenson 2025-03-17 16:15:52 +08:00 committed by Greg Hogan
parent 80b920674d
commit 38d12e88e8
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -324,10 +324,9 @@ across a broad spectrum of applications.")
(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"))))