From f6d27d1760228653eef54736cb0462020c577dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 4 Jun 2021 05:41:24 -0700 Subject: [PATCH] dhall: Update to version 1.39.0 --- bucket/dhall.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dhall.json b/bucket/dhall.json index 55a2c93565..a30af36b58 100644 --- a/bucket/dhall.json +++ b/bucket/dhall.json @@ -1,12 +1,12 @@ { - "version": "1.38.1", + "version": "1.39.0", "description": "Command-line tooling for the Dhall configuration language", "homepage": "https://dhall-lang.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.38.1/dhall-1.38.1-x86_64-windows.zip", - "hash": "ea0e0240e19fb6cac1e9080ccaa6221193ce5f371ed5a697d5715bdefcec0ff1" + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-1.39.0-x86_64-windows.zip", + "hash": "e5c2b83559f95221fa557f2de87cce064b54b87bb7a55fff1514cb5bfbe34424" } }, "bin": "dhall.exe",