guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: lean: Update to 3.17.1.


From: guix-commits
Subject: branch master updated: gnu: lean: Update to 3.17.1.
Date: Sun, 19 Jul 2020 03:29:30 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4deab59  gnu: lean: Update to 3.17.1.
4deab59 is described below

commit 4deab59f5aed983dd6466603be8b6bb122c83e04
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Jul 19 02:29:31 2020 -0500

    gnu: lean: Update to 3.17.1.
    
    * gnu/packages/lean.scm (lean): Update to 3.17.1.
---
 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 235113d..79d2ef4 100644
--- a/gnu/packages/lean.scm
+++ b/gnu/packages/lean.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
+;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,7 +27,7 @@
 (define-public lean
   (package
     (name "lean")
-    (version "3.5.0")
+    (version "3.17.1")
     (home-page "https://github.com/leanprover-community/lean";)
     (source (origin
               (method git-fetch)
@@ -35,7 +36,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fdblq8ckrv6wqxfl4ybcs3ybfq7y096c9f5j4j75ymb14r401lr"))))
+                "15yfryg98x9lvy00v1w5kg4hp921mpvlxx1ic3m08k1ls6p1gkj4"))))
     (build-system cmake-build-system)
     (inputs
      `(("gmp" ,gmp)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]