[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/130: gnu: cmake-bootstrap: Update to 3.21.3.
From: |
guix-commits |
Subject: |
117/130: gnu: cmake-bootstrap: Update to 3.21.3. |
Date: |
Sat, 16 Oct 2021 02:36:47 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 483a4bd932aa8f61aafa2708011af8b791ededa6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 00:33:59 2021 -0400
gnu: cmake-bootstrap: Update to 3.21.3.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.3.
(cmake)[source]: Delete field, updating the package to 3.21.3 also. Remove
trailing #t.
---
gnu/packages/cmake.scm | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 12ac3aa..f5a1e69 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2017, 2018, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2019, 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
@@ -150,7 +150,7 @@ using the CMake build system.")
(define-public cmake-bootstrap
(package
(name "cmake-bootstrap")
- (version "3.20.2")
+ (version "3.21.3")
(source (origin
(method url-fetch)
(uri (string-append "https://cmake.org/files/v"
@@ -158,7 +158,7 @@ using the CMake build system.")
"/cmake-" version ".tar.gz"))
(sha256
(base32
- "0kjlb7sxbwg8z4027c3jjcmyjh9d36p0r9d4nqxynyaijz5nxkxf"))
+ "0kvrhgbrvm0lv7jshzd4nsvp3d5q1jkgal2d5kj4w4v58bghckfi"))
(patches (search-patches "cmake-curl-certificates.patch"))))
(build-system gnu-build-system)
(arguments
@@ -339,15 +339,6 @@ and workspaces that can be used in the compiler
environment of your choice.")
(package
(inherit cmake-minimal)
(name "cmake")
- (version "3.21.1")
- (source (origin
- (inherit (package-source cmake-bootstrap))
- (uri (string-append "https://cmake.org/files/v"
- (version-major+minor version)
- "/cmake-" version ".tar.gz"))
- (sha256
- (base32
- "1m7y9j5lafkrfswsg2vkpx2fz6p6fqpp2pcp2dcz5pylf58r3hzs"))))
(arguments
(substitute-keyword-arguments (package-arguments cmake-minimal)
;; Use cmake-minimal this time.
@@ -380,8 +371,7 @@ and workspaces that can be used in the compiler environment
of your choice.")
"/html")))
(copy-recursively (string-append out html)
(string-append doc html))
- (delete-file-recursively (string-append out html))
- #t)))))))
+ (delete-file-recursively (string-append out html)))))))))
(inputs
`(("ncurses" ,ncurses) ;required for ccmake
,@(package-inputs cmake-minimal)))
- 97/130: gnu: Add python-flit-core., (continued)
- 97/130: gnu: Add python-flit-core., guix-commits, 2021/10/16
- 96/130: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/10/16
- 101/130: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/16
- 100/130: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/10/16
- 103/130: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/16
- 109/130: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/16
- 112/130: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/10/16
- 111/130: gnu: rest: Use libsoup-minimal., guix-commits, 2021/10/16
- 119/130: gnu: mit-krb5: Absorb 1.19.2 graft., guix-commits, 2021/10/16
- 122/130: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/10/16
- 117/130: gnu: cmake-bootstrap: Update to 3.21.3.,
guix-commits <=
- 26/130: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/10/16
- 48/130: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/10/16
- 51/130: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/10/16
- 55/130: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/10/16
- 56/130: gnu: mozjs-78: Update to 78.13.0., guix-commits, 2021/10/16
- 60/130: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/16
- 62/130: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/16
- 71/130: gnu: dbus-c++: Fix build., guix-commits, 2021/10/16
- 72/130: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/16
- 76/130: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/16