mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
18e42984a6
commit
be6f1d0fe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue