Skip to content

Commit e65af91

Browse files
🤖 [master] Bump the Pkg stdlib from bc9fb21b1 to 6091533bc (JuliaLang#57194)
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` (JuliaLang#4144) ecdf6aa38 rename rot13 app in test to avoid name conflicts on systems where such a binary is already installed (JuliaLang#4143) a3626bf29 add `PREV_ENV_PATH` to globals getting reset and move the reset to before precompilation is finished instead of `__init__` (JuliaLang#4142) 938e9b24e app support in Pkg (JuliaLang#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. (JuliaLang#4136) 2609a9411 don't set up callbacks if using cli git (JuliaLang#4128) ``` Co-authored-by: KristofferC <[email protected]>
1 parent f209eba commit e65af91

File tree

5 files changed

+3
-3
lines changed
  • deps/checksums
    • Pkg-6091533bc93c722591d3e7ee53d26012cb4d5aa4.tar.gz
    • Pkg-bc9fb21b1f2d72038491eff938673fc5fbc99445.tar.gz
  • stdlib

5 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
26699bf323c07c7491d3c106219de6da
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1466dca4e49800b94d65ce59c3e2c75308545282a00720c964b34e0cde5e06aced80361c236a9ada81d35ebcc2692f8e6e84db507342d8055ba501fc1291c0a2

‎deps/checksums/Pkg-bc9fb21b1f2d72038491eff938673fc5fbc99445.tar.gz/md5

-1
This file was deleted.

‎deps/checksums/Pkg-bc9fb21b1f2d72038491eff938673fc5fbc99445.tar.gz/sha512

-1
This file was deleted.

‎stdlib/Pkg.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PKG_BRANCH = master
2-
PKG_SHA1 = bc9fb21b1f2d72038491eff938673fc5fbc99445
2+
PKG_SHA1 = 6091533bc93c722591d3e7ee53d26012cb4d5aa4
33
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
44
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

0 commit comments

Comments
 (0)