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

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

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

View file

@ -232,10 +232,9 @@ across a broad spectrum of applications.")
(version "1.68.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
"1dyqsr9yb01y0nnjdq9b8q5s2kvhxbayk34832k5cpzn7jy30qbz"))))