mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: cmake: Update to 3.19.1.
* gnu/packages/cmake.scm (cmake): Update to 3.19.1.
This commit is contained in:
parent
ab17fb6019
commit
40e96a4f3a
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2019 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com>
|
;;; Copyright © 2019 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
|
@ -297,7 +297,7 @@ and workspaces that can be used in the compiler environment of your choice.")
|
||||||
(package
|
(package
|
||||||
(inherit cmake-minimal)
|
(inherit cmake-minimal)
|
||||||
(name "cmake")
|
(name "cmake")
|
||||||
(version "3.19.0")
|
(version "3.19.1")
|
||||||
;; TODO: Move the following source field to the cmake-bootstrap package in
|
;; TODO: Move the following source field to the cmake-bootstrap package in
|
||||||
;; the next rebuild cycle.
|
;; the next rebuild cycle.
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -307,7 +307,7 @@ and workspaces that can be used in the compiler environment of your choice.")
|
||||||
"/cmake-" version ".tar.gz"))
|
"/cmake-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14zlrb7awiazxc5wlvgah9rw1dm4ziczbxiyqsvp4zmaan0ninpx"))
|
"1fisi9rlijw9wd0yjzk1c6j7ljnb2yiq5iqnrz6m1xkflyinw9hx"))
|
||||||
(snippet
|
(snippet
|
||||||
(match (origin-snippet (package-source cmake-bootstrap))
|
(match (origin-snippet (package-source cmake-bootstrap))
|
||||||
((_ _ exp ...)
|
((_ _ exp ...)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue