gnu: cmake: Update source URI.
* gnu/packages/cmake.scm (cmake-bootstrap)[source]: Update to new source URI.
This commit is contained in:
parent
97ac5b7056
commit
b8515f729b
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
(version "3.16.5")
|
(version "3.16.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.cmake.org/files/v"
|
(uri (string-append "https://cmake.org/files/v"
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/cmake-" version ".tar.gz"))
|
"/cmake-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue