From 20ae0426b75c217d6dd2208a01b02a71fef9b98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 9 Jul 2020 09:10:57 +0200 Subject: [PATCH] leiningen: Update to version 2.9.4 --- bucket/leiningen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/leiningen.json b/bucket/leiningen.json index a2a92417c0..97e71aa7ce 100644 --- a/bucket/leiningen.json +++ b/bucket/leiningen.json @@ -1,11 +1,11 @@ { - "version": "2.9.3", - "homepage": "https://leiningen.org/", + "version": "2.9.4", "description": "Simplify Clojure project automation and configuration.", + "homepage": "https://leiningen.org/", "license": "EPL-1.0", - "url": "https://raw.githubusercontent.com/technomancy/leiningen/2.9.3/bin/lein.bat", + "url": "https://raw.githubusercontent.com/technomancy/leiningen/2.9.4/bin/lein.bat", "bin": "lein.bat", - "hash": "16254572859ceb87b9dcc747d63f380c9acdc8448297615775896fc60c3d7a85", + "hash": "963d2e74d7bc53ff8657a1e57dc7c9062246e813e6825327a3f9452f63d7da9f", "post_install": "lein self-install", "checkver": { "github": "https://github.com/technomancy/leiningen"