Skip to content

Commit

Permalink
🤖 [master] Bump the Pkg stdlib from 162634c56 to 8f772ffa7 (#54018)
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: 162634c56
New commit: 8f772ffa7
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@162634c...8f772ff

```
$ git log --oneline 162634c56..8f772ffa7
8f772ffa7 prune manifest after the set of some deps have been "demoted" to weakdeps (#3864)
88c38b2cd make `add` and `dev` on a package remove it from the set of weak dependencies (#3865)
9210a1da5 fix how entry point to package is computed with `path` provided in project file (#3850)
77620a945 extensions: fixup entire manifest (#3720)
8cc835c7d Report failures to download artifacts as failures (#3860)
2f318cf66 remove unused PkgPrecompileError type (#3858)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
DilumAluthgeBot and DilumAluthge authored Apr 10, 2024
1 parent d183ee1 commit e9a24d4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b1b74c19867026be19c77c3ab94b11e4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c1834ec2c41c201224d58928053d94fdb1972dbafa59b5d80bc43ac60f22eeb4287d57d519fe7d0e9f69c430e39e7eafc26aa0c2994ea417cab32725301cb39d
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 = 162634c5615d12b889e4b64f3cff95d1c377f189
PKG_SHA1 = 8f772ffa72d86c81f03cddce2e779d6b330414e3
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 e9a24d4

Please sign in to comment.