From f17b3d6c21f3780feabeef82151114c6cf50abbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 00:36:17 +0000 Subject: [PATCH] prqlc: Update to version 0.13.3 --- bucket/prqlc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/prqlc.json b/bucket/prqlc.json index 3cf6e2182b..177359efc7 100644 --- a/bucket/prqlc.json +++ b/bucket/prqlc.json @@ -1,12 +1,12 @@ { - "version": "0.13.2", + "version": "0.13.3", "description": "A simple, powerful, pipelined SQL replacement", "homepage": "https://prql-lang.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/PRQL/prql/releases/download/0.13.2/prqlc-0.13.2-x86_64-pc-windows-msvc.zip", - "hash": "41ce826c8887fdc37e067478b04279435497e09332fff61746fe895c2f9ce022" + "url": "https://github.com/PRQL/prql/releases/download/0.13.3/prqlc-0.13.3-x86_64-pc-windows-msvc.zip", + "hash": "6b47a5a5d0713fb0287612729d60fd9d0047e94f0459a09156b2fa7cbba8b80f" } }, "bin": "prqlc.exe",