Skip to content

Commit f2e157e

Browse files
committed
lake update
1 parent 62f51b3 commit f2e157e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lake-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"inputRev": "nightly-testing",
5252
"inherited": false,
5353
"configFile": "lakefile.toml"},
54-
{"url": "https://github.com/Kha/quote4",
54+
{"url": "https://github.com/leanprover-community/quote4",
5555
"type": "git",
5656
"subDir": null,
57-
"scope": "",
58-
"rev": "7032fae8ca26da4982852b813f2af6c1dcd9d1cc",
59-
"name": "Qq",
57+
"scope": "leanprover-community",
58+
"rev": "0a83ad726ee0236e9574ef48098beedca30aa5a0",
59+
"name": "quote4",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "nightly-testing",
6262
"inherited": false,

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open Lake DSL
77
-/
88

99
require "leanprover-community" / "batteries" @ git "nightly-testing"
10-
require "Qq" from git "https://github.com/Kha/quote4" @ "nightly-testing"
10+
require "leanprover-community" / "quote4" @ git "nightly-testing"
1111
require "leanprover-community" / "aesop" @ git "nightly-testing"
1212
require "leanprover-community" / "proofwidgets" @ git "v0.0.83-pre2" -- ProofWidgets should always be pinned to a specific version
1313
with NameMap.empty.insert `errorOnBuild

0 commit comments

Comments
 (0)