diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 01:09:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 04:22:50 +0100 |
commit | b87051b74a4e529b459a6b1a86fd7cec187c70b2 (patch) | |
tree | fe37c0c24a10d205ff23839f3beddce8e0b8ed21 | |
parent | 4491c624dd4a0af52873e9884ab8240cf09936e3 (diff) | |
download | guix-b87051b74a4e529b459a6b1a86fd7cec187c70b2.tar guix-b87051b74a4e529b459a6b1a86fd7cec187c70b2.tar.gz |
gnu: lean: Update to 3.23.0.
* gnu/packages/lean.scm (lean): Update to 3.23.0.
-rw-r--r-- | gnu/packages/lean.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/lean.scm b/gnu/packages/lean.scm index 0cc67da874..fa96fa096c 100644 --- a/gnu/packages/lean.scm +++ b/gnu/packages/lean.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Amin Bandali <bandali@gnu.org> ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org> +;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,7 +28,7 @@ (define-public lean (package (name "lean") - (version "3.17.1") + (version "3.23.0") (home-page "https://github.com/leanprover-community/lean") (source (origin (method git-fetch) @@ -36,7 +37,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "15yfryg98x9lvy00v1w5kg4hp921mpvlxx1ic3m08k1ls6p1gkj4")))) + "09mklc1p6ms1jayg2f89hqfmhca3h5744lli936l38ypn1d00sxx")))) (build-system cmake-build-system) (inputs `(("gmp" ,gmp))) |