From 823374a9c862e270dce11b1bde290573a0e3935e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:40:48 +0000 Subject: [PATCH] prqlc: Update to version 0.13.10 --- bucket/prqlc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/prqlc.json b/bucket/prqlc.json index d9d1367554..9e79253d49 100644 --- a/bucket/prqlc.json +++ b/bucket/prqlc.json @@ -1,12 +1,12 @@ { - "version": "0.13.8", + "version": "0.13.10", "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.8/prqlc-0.13.8-x86_64-pc-windows-msvc.zip", - "hash": "d78373e1d51c08ea1e62b840a93d31eb95ab74eb624715991d61a19d3a8fe526" + "url": "https://github.com/PRQL/prql/releases/download/0.13.10/prqlc-0.13.10-x86_64-pc-windows-msvc.zip", + "hash": "5dac4611c8e31fbcb390ff38a0b3c04d784553854ca8cbc7f2ffb6e9b47a4eab" } }, "bin": "prqlc.exe",