diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-26 23:59:28 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-26 23:59:28 +0100 |
commit | 24c86ad0c05bac966c3f5f3c5f40c6b0945adf09 (patch) | |
tree | 45160aa4ebe3651a79b5abd76dcefaf8813aa966 /gnu/packages/cmake.scm | |
parent | bff94a5a537c2c484f9f6e98cab75195c3dde9e7 (diff) | |
parent | 4a914de930a8317cab5bc11bdb608e3a3da3d1ad (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r-- | gnu/packages/cmake.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index f4b138ebb3..2f8d50451e 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com> ;;; 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 Pierre-Moana Levesque <pierre.moana.levesque@gmail.com> ;;; 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 (inherit cmake-minimal) (name "cmake") - (version "3.19.0") + (version "3.19.1") ;; TODO: Move the following source field to the cmake-bootstrap package in ;; the next rebuild cycle. (source (origin @@ -307,7 +307,7 @@ and workspaces that can be used in the compiler environment of your choice.") "/cmake-" version ".tar.gz")) (sha256 (base32 - "14zlrb7awiazxc5wlvgah9rw1dm4ziczbxiyqsvp4zmaan0ninpx")) + "1fisi9rlijw9wd0yjzk1c6j7ljnb2yiq5iqnrz6m1xkflyinw9hx")) (snippet (match (origin-snippet (package-source cmake-bootstrap)) ((_ _ exp ...) |