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:
parent
80b920674d
commit
38d12e88e8
1 changed files with 3 additions and 4 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue