Skip to content

Commit

Permalink
bump to nightly-2023-05-23-10
Browse files Browse the repository at this point in the history
  • Loading branch information
leanprover-community-bot committed May 23, 2023
1 parent 0b6e172 commit f9cae39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[{"git":
{"url": "https://github.com/leanprover-community/lean3port.git",
"subDir?": null,
"rev": "d6946999addc14ec867883d5b493523746830a09",
"rev": "a591b19a08a8fc3667cea4475e6f41f60a60cee0",
"name": "lean3port",
"inputRev?": "d6946999addc14ec867883d5b493523746830a09"}},
"inputRev?": "a591b19a08a8fc3667cea4475e6f41f60a60cee0"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4.git",
"subDir?": null,
Expand Down
4 changes: 2 additions & 2 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open Lake DSL System
-- Usually the `tag` will be of the form `nightly-2021-11-22`.
-- If you would like to use an artifact from a PR build,
-- it will be of the form `pr-branchname-sha`.
def tag : String := "nightly-2023-05-23-08"
def tag : String := "nightly-2023-05-23-10"
def releaseRepo : String := "leanprover-community/mathport"
def oleanTarName : String := "mathlib3-binport.tar.gz"

Expand Down Expand Up @@ -38,7 +38,7 @@ target fetchOleans (_pkg : Package) : Unit := do
untarReleaseArtifact releaseRepo tag oleanTarName libDir
return .nil

require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"d6946999addc14ec867883d5b493523746830a09"
require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"a591b19a08a8fc3667cea4475e6f41f60a60cee0"

@[default_target]
lean_lib Mathbin where
Expand Down

0 comments on commit f9cae39

Please sign in to comment.