[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: cmake: Update source URI.
From: |
guix-commits |
Subject: |
03/06: gnu: cmake: Update source URI. |
Date: |
Sun, 8 Nov 2020 16:42:45 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b8515f729bcacea6cb0507a58a8175b260bbf3f0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 23:35:01 2020 +0200
gnu: cmake: Update source URI.
* gnu/packages/cmake.scm (cmake-bootstrap)[source]: Update to new source
URI.
---
gnu/packages/cmake.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index cf3bc40..bfbedfd 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -101,7 +101,7 @@
(version "3.16.5")
(source (origin
(method url-fetch)
- (uri (string-append "https://www.cmake.org/files/v"
+ (uri (string-append "https://cmake.org/files/v"
(version-major+minor version)
"/cmake-" version ".tar.gz"))
(sha256
- branch master updated (465ef8f -> 495acfc), guix-commits, 2020/11/08
- 01/06: gnu: shntool: Add source mirror., guix-commits, 2020/11/08
- 03/06: gnu: cmake: Update source URI.,
guix-commits <=
- 02/06: gnu: atool: Update source URI., guix-commits, 2020/11/08
- 04/06: gnu: libmirage: Update source URI., guix-commits, 2020/11/08
- 06/06: gnu: cdemu-client: Update source URI., guix-commits, 2020/11/08
- 05/06: gnu: cdemu-daemon: Use sourceforge mirror., guix-commits, 2020/11/08