Skip to content

Commit

Permalink
🤖 [master] Bump the Pkg stdlib from bc9fb21b1 to 6091533bc (#57194)
Browse files Browse the repository at this point in the history
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: bc9fb21b1
New commit: 6091533bc
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@bc9fb21...6091533

```
$ git log --oneline bc9fb21b1..6091533bc
6091533bc fix ambiguity in apps `rm` (#4144)
ecdf6aa38 rename rot13 app in test to avoid name conflicts on systems where such a binary is already installed (#4143)
a3626bf29 add `PREV_ENV_PATH` to globals getting reset and move the reset to before precompilation is finished instead of `__init__` (#4142)
938e9b24e app support in Pkg (#3772)
df1931a93 Use copy_test_packages in some places, and ensure that the copied test package is user writable. This allows running the Pkg tests as part of Base.runtests of an installed Julia installation, where sources might be readonly. (#4136)
2609a9411 don't set up callbacks if using cli git (#4128)
```

Co-authored-by: KristofferC <[email protected]>
  • Loading branch information
DilumAluthgeBot and KristofferC authored Jan 29, 2025
1 parent f209eba commit e65af91
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
26699bf323c07c7491d3c106219de6da
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1466dca4e49800b94d65ce59c3e2c75308545282a00720c964b34e0cde5e06aced80361c236a9ada81d35ebcc2692f8e6e84db507342d8055ba501fc1291c0a2

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_BRANCH = master
PKG_SHA1 = bc9fb21b1f2d72038491eff938673fc5fbc99445
PKG_SHA1 = 6091533bc93c722591d3e7ee53d26012cb4d5aa4
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

0 comments on commit e65af91

Please sign in to comment.