Skip to content

Commit 9751a36

Browse files
authored
chore(deps): bump quarto to 1.5.55 (#9724)
1 parent 6634864 commit 9751a36

24 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,4 @@ docs/**/*.html
152152
# jupyterlite stuff
153153
.jupyterlite.doit.db
154154
docs/jupyter_lite_config.json
155+
*.quarto_ipynb

docs/presentations/pycon2024/maintainers.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ _CI must complete "quickly"_
245245

246246
::: {.callout-warning}
247247
## Opinions follow
248+
Opinions herein…
248249
:::
249250

250251
- **Env setup needs to be _fast_**: avoid constraint solving
@@ -282,7 +283,8 @@ _We've added 3 or 4 new backends since the switch_
282283
## Tools: GitHub Actions {.smaller}
283284

284285
::: {.callout-note}
285-
### I don't work for GitHub
286+
## I don't work for GitHub
287+
…even though it might seem like it
286288
:::
287289

288290
- Pay for the [the Teams plan](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits) to get more concurrency

nix/quarto/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ let
1717
"aarch64-darwin" = "macos";
1818
};
1919
shas = {
20-
"x86_64-linux" = "sha256-X+VgTY649Vo37u8byNzLD+KPVK3MRdySAPN0ZhdBw0g=";
21-
"aarch64-linux" = "sha256-xOfh+lrLEaU2ph20COBBg+PuZjzNZwD1NSGjcCyoL1I=";
22-
"aarch64-darwin" = "sha256-yK0y7gnYWKO5vRBoBtYva3cmIL4ddoeYhn2Gor/NUCs=";
20+
"x86_64-linux" = "sha256-1HqjMENJ1H5RBaKIRZoUDGrdSEQOhhIiRLIQFqnkFlk=";
21+
"aarch64-linux" = "sha256-kRh8wC4nzHuE25Ymj+e+cy6+cl0YYF44cUAZwbjCCvw=";
22+
"aarch64-darwin" = "sha256-/1gV3MrRNuGPALzR+1o3x9BvZakyZDRYQwRUzagfHMA=";
2323
};
2424
inherit (stdenv.hostPlatform) system;
2525
in
2626
stdenv.mkDerivation rec {
2727
pname = "quarto";
28-
version = "1.5.13";
28+
version = "1.5.55";
2929
src = fetchurl {
3030
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-${platforms.${system}}.tar.gz";
3131
sha256 = shas.${system};

0 commit comments

Comments
 (0)