Skip to content

Commit 785274d

Browse files
committed
lake update
1 parent ee2d2f6 commit 785274d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "cc9b9b590f04189c9a8ca5b5dd30cc2ce63d4672",
18+
"rev": "b7f6be0ccc4216c8af5de6fe0ff3d063fe1d223d",
1919
"name": "UnicodeBasic",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "nightly-testing",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ package_facet srcUri.github (pkg) : String := Job.async do
115115
s!"Could not interpret Git remote uri {url} as a Github source repo.\n"
116116
++ "See README on source URIs for more details."
117117
let commit ← getProjectCommit pkg.dir
118-
logInfo s!"Found git remote for {pkg.name} at {baseUrl} @ {commit}"
118+
logInfo s!"Found git remote for {pkg.baseName} at {baseUrl} @ {commit}"
119119
let subdir ← getGitSubDirectory pkg.dir
120120
return "/".intercalate <| baseUrl :: "blob" :: commit :: filteredPath (subdir / pkg.config.srcDir)
121121

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2025-12-08
1+
leanprover/lean4:nightly-2025-12-13

0 commit comments

Comments
 (0)