1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: boost: Update source URL.

* gnu/packages/boost.scm (boost) [source]: Update URL.

Change-Id: Iffca22ac6a7b44a9e0b3a227a0c7265466ba2066
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Ada Stevenson
2025-01-27 14:16:54 +08:00
committed by Ian Eure
parent 18e42984a6
commit be6f1d0fe4

View File

@@ -70,7 +70,7 @@
(version "1.83.0")
(source (origin
(method url-fetch)
(uri (string-append "https://boostorg.jfrog.io/artifactory/main/release/"
(uri (string-append "https://archives.boost.io/release/"
version "/source/boost_"
(version-with-underscores version) ".tar.bz2"))
(patches