Skip to content

Commit

Permalink
bump to nightly-2023-05-04-01
Browse files Browse the repository at this point in the history
  • Loading branch information
leanprover-community-bot committed May 4, 2023
1 parent aa7b8e0 commit 5c99fbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
[{"git":
{"url": "https://github.com/leanprover-community/lean3port.git",
"subDir?": null,
"rev": "f8f5030037dcb6ca50023dea02a2bb85542dbdff",
"rev": "c25957b989829678283578280ae1d8ae2de185d3",
"name": "lean3port",
"inputRev?": "f8f5030037dcb6ca50023dea02a2bb85542dbdff"}},
"inputRev?": "c25957b989829678283578280ae1d8ae2de185d3"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4.git",
"subDir?": null,
"rev": "ff33484322fbce1ead24eb4ca948306955c68664",
"rev": "816a4c0cf4fdf4cf5dbcff9d21a413ddcfaf117a",
"name": "mathlib",
"inputRev?": "ff33484322fbce1ead24eb4ca948306955c68664"}},
"inputRev?": "816a4c0cf4fdf4cf5dbcff9d21a413ddcfaf117a"}},
{"git":
{"url": "https://github.com/gebner/quote4",
"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-03-22"
def tag : String := "nightly-2023-05-04-01"
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"@"f8f5030037dcb6ca50023dea02a2bb85542dbdff"
require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"c25957b989829678283578280ae1d8ae2de185d3"

@[default_target]
lean_lib Mathbin where
Expand Down

0 comments on commit 5c99fbe

Please sign in to comment.