-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 [master] Bump the Pkg stdlib from 78bca4227 to 8c996799b (#54847)
Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: 78bca4227 New commit: 8c996799b Julia version: 1.12.0-DEV Pkg version: 1.12.0 Bump invoked by: @DilumAluthge Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@78bca42...8c99679 ``` $ git log --oneline 78bca4227..8c996799b 8c996799b Fix HistoricalStdlibVersions install to version (#3930) db8ce8919 update docs for test in REPL (#3924) 7f6eb8b8e avoid returning empty completion when aborting to not have it inline complete directories (#3917) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
- Loading branch information
1 parent
0d30be8
commit 7c5c724
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
deps/checksums/Pkg-78bca42272aac3f3b1f9d621a2f995babfc23f2e.tar.gz/md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
deps/checksums/Pkg-78bca42272aac3f3b1f9d621a2f995babfc23f2e.tar.gz/sha512
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
deps/checksums/Pkg-8c996799b0ae3d6cccf8a5f25744deb6640adb9e.tar.gz/md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a1d68c0bf75dddffb3cb9160c057e240 |
1 change: 1 addition & 0 deletions
1
deps/checksums/Pkg-8c996799b0ae3d6cccf8a5f25744deb6640adb9e.tar.gz/sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e14138b82cc0b9100e0b36b9737434a7bae596a5d8b084137679eca346a34c74211e6b873687ee6cecb565289b8f210dc0a4360de9cc7c4551d590e584c7d383 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PKG_BRANCH = master | ||
PKG_SHA1 = 78bca42272aac3f3b1f9d621a2f995babfc23f2e | ||
PKG_SHA1 = 8c996799b0ae3d6cccf8a5f25744deb6640adb9e | ||
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git | ||
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1 |