From 78752a37ec676bcae62d998828877d72f66091c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 16:30:32 +0000 Subject: [PATCH] prqlc: Update to version 0.13.5 --- bucket/prqlc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/prqlc.json b/bucket/prqlc.json index acc29e9280..40f03f8a88 100644 --- a/bucket/prqlc.json +++ b/bucket/prqlc.json @@ -1,12 +1,12 @@ { - "version": "0.13.4", + "version": "0.13.5", "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.4/prqlc-0.13.4-x86_64-pc-windows-msvc.zip", - "hash": "a45530bf6d370e564e5f3d1890de65a54e6b6094f4399ce235e8a00d97bc3247" + "url": "https://github.com/PRQL/prql/releases/download/0.13.5/prqlc-0.13.5-x86_64-pc-windows-msvc.zip", + "hash": "31737db27b200e4001abafbeacbd7cc826db41373b2d5be6f10ec4bc36801830" } }, "bin": "prqlc.exe",