forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
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 e7d740ac8 to 56c379045 (JuliaLang…
…#53637) Stdlib: Pkg URL: https://github.com/JuliaLang/Pkg.jl.git Stdlib branch: master Julia branch: master Old commit: e7d740ac8 New commit: 56c379045 Julia version: 1.12.0-DEV Pkg version: 1.11.0(Does not match) Bump invoked by: @KristofferC Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Pkg.jl@e7d740a...56c3790 ``` $ git log --oneline e7d740ac8..56c379045 56c379045 make `delayed_delete_dir` usage a bit more backwards compatible (JuliaLang#3830) 5a68d7953 restore unwrap UnstableIO in precompile (JuliaLang#3831) ``` Co-authored-by: Dilum Aluthge <[email protected]>
- Loading branch information
1 parent
f6504e4
commit fa90883
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
deps/checksums/Pkg-56c379045c8cf876b365c284a5b442f2dc9fc8af.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 @@ | ||
de47c3414e7e3168f77b20676c3f7631 |
1 change: 1 addition & 0 deletions
1
deps/checksums/Pkg-56c379045c8cf876b365c284a5b442f2dc9fc8af.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 @@ | ||
b4b7ebb7fe636bbb9d653cb826e1a74eadcbc936dbf1a76281a7cc2e439a17f48ea8d04b77d825deb94a0fe228490760df5836837cafbcbd7308251d0be6589f |
1 change: 0 additions & 1 deletion
1
deps/checksums/Pkg-e7d740ac82fa4c289bb58f9acb6e60eebb6d8a8e.tar.gz/md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
deps/checksums/Pkg-e7d740ac82fa4c289bb58f9acb6e60eebb6d8a8e.tar.gz/sha512
This file was deleted.
Oops, something went wrong.
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 = e7d740ac82fa4c289bb58f9acb6e60eebb6d8a8e | ||
PKG_SHA1 = 56c379045c8cf876b365c284a5b442f2dc9fc8af | ||
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git | ||
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1 |