* [bug#54185] [PATCH] gnu: lean: Update to 3.40.0.
@ 2022-02-27 15:38 Pradana Adrinusa AUMARS via Guix-patches via
2022-03-13 22:23 ` bug#54185: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Pradana Adrinusa AUMARS via Guix-patches via @ 2022-02-27 15:38 UTC (permalink / raw)
To: 54185
From 2e62200fcfd6b0ad41b82efdeaba13acc3a3f14a Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sun, 27 Feb 2022 16:27:51 +0100
Subject: [PATCH] gnu: lean: Update to 3.40.0.
* gnu/packages/lean.scm (lean): Update to 3.40.0.
---
gnu/packages/lean.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lean.scm b/gnu/packages/lean.scm
index 6ac7f1668a..b7bcc53197 100644
--- a/gnu/packages/lean.scm
+++ b/gnu/packages/lean.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2022 Pradana Aumars <paumars@courrier.dev>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,7 +29,7 @@ (define-module (gnu packages lean)
(define-public lean
(package
(name "lean")
- (version "3.23.0")
+ (version "3.40.0")
(home-page "https://github.com/leanprover-community/lean")
(source (origin
(method git-fetch)
@@ -37,7 +38,7 @@ (define-public lean
(file-name (git-file-name name version))
(sha256
(base32
-
"09mklc1p6ms1jayg2f89hqfmhca3h5744lli936l38ypn1d00sxx"))))
+
"0cdk124riz8g43n54yx4qyjn7n6qxj5zgn9r4znqs7iyb3djs286"))))
(build-system cmake-build-system)
(inputs
(list gmp))
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54185: [PATCH] gnu: lean: Update to 3.40.0.
2022-02-27 15:38 [bug#54185] [PATCH] gnu: lean: Update to 3.40.0 Pradana Adrinusa AUMARS via Guix-patches via
@ 2022-03-13 22:23 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-13 22:23 UTC (permalink / raw)
To: Pradana Adrinusa AUMARS; +Cc: 54185-done
Hi Pradana,
Pradana Adrinusa AUMARS <paumars@courrier.dev> skribis:
>>From 2e62200fcfd6b0ad41b82efdeaba13acc3a3f14a Mon Sep 17 00:00:00 2001
> From: Pradana AUMARS <paumars@courrier.dev>
> Date: Sun, 27 Feb 2022 16:27:51 +0100
> Subject: [PATCH] gnu: lean: Update to 3.40.0.
>
> * gnu/packages/lean.scm (lean): Update to 3.40.0.
This was updated to 3.41 in the meantime, in commit
46ae78ba45711b43ca5948c9adbd23cc9e773bff.
Thanks anyway!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-13 22:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27 15:38 [bug#54185] [PATCH] gnu: lean: Update to 3.40.0 Pradana Adrinusa AUMARS via Guix-patches via
2022-03-13 22:23 ` bug#54185: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.