From 477a8180a57762d3e58664c2c660af96ec4bf901 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 00:35:34 +0000 Subject: [PATCH] gnuplot: Update to version 5.4.7 --- bucket/gnuplot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gnuplot.json b/bucket/gnuplot.json index 95e6d3c377..fc5cd827ea 100644 --- a/bucket/gnuplot.json +++ b/bucket/gnuplot.json @@ -1,12 +1,12 @@ { - "version": "5.4.6", + "version": "5.4.7", "description": "Interactive function plotting utility", "homepage": "http://www.gnuplot.info", "license": "gnuplot", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.6/gp546-win64-mingw-2.7z", - "hash": "sha1:9d1208cd236d5f8dcac646792765bb73312f7c74" + "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.7/gp547-win64-mingw.7z", + "hash": "sha1:fb06a2f5bb48a337a6175d671734a24e6032cc25" } }, "extract_dir": "gnuplot",