Skip to content

Commit

Permalink
chore(deps): bump quarto to 1.5.55 (#9724)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jul 30, 2024
1 parent 6634864 commit 9751a36
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,4 @@ docs/**/*.html
# jupyterlite stuff
.jupyterlite.doit.db
docs/jupyter_lite_config.json
*.quarto_ipynb
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion docs/presentations/pycon2024/maintainers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ _CI must complete "quickly"_

::: {.callout-warning}
## Opinions follow
Opinions herein…
:::

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

::: {.callout-note}
### I don't work for GitHub
## I don't work for GitHub
…even though it might seem like it
:::

- 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
Expand Down
8 changes: 4 additions & 4 deletions nix/quarto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ let
"aarch64-darwin" = "macos";
};
shas = {
"x86_64-linux" = "sha256-X+VgTY649Vo37u8byNzLD+KPVK3MRdySAPN0ZhdBw0g=";
"aarch64-linux" = "sha256-xOfh+lrLEaU2ph20COBBg+PuZjzNZwD1NSGjcCyoL1I=";
"aarch64-darwin" = "sha256-yK0y7gnYWKO5vRBoBtYva3cmIL4ddoeYhn2Gor/NUCs=";
"x86_64-linux" = "sha256-1HqjMENJ1H5RBaKIRZoUDGrdSEQOhhIiRLIQFqnkFlk=";
"aarch64-linux" = "sha256-kRh8wC4nzHuE25Ymj+e+cy6+cl0YYF44cUAZwbjCCvw=";
"aarch64-darwin" = "sha256-/1gV3MrRNuGPALzR+1o3x9BvZakyZDRYQwRUzagfHMA=";
};
inherit (stdenv.hostPlatform) system;
in
stdenv.mkDerivation rec {
pname = "quarto";
version = "1.5.13";
version = "1.5.55";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-${platforms.${system}}.tar.gz";
sha256 = shas.${system};
Expand Down

0 comments on commit 9751a36

Please sign in to comment.