From e587963a2d41354b230321de06c7008a597df9ab Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 27 Jun 2018 23:02:59 +0100 Subject: [PATCH 1/3] Remove fractions package User's account is gone. --- packages.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages.json b/packages.json index 729704d..fba5179 100644 --- a/packages.json +++ b/packages.json @@ -5778,20 +5778,6 @@ "license": "MIT", "web": "https://github.com/nim-lang/ui" }, - { - "name": "fractions", - "url": "https://github.com/konqoro/fractions", - "method": "git", - "tags": [ - "library", - "rationals", - "arithmetic", - "tuple" - ], - "description": "Implements rational number arithmetic", - "license": "MIT", - "web": "https://github.com/konqoro/fractions" - }, { "name": "mmgeoip", "url": "https://github.com/FedericoCeratto/nim-mmgeoip", From 1bf9a67ebfa1e60d9809f0fb74b31eab91597732 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 28 Jun 2018 12:58:38 +0100 Subject: [PATCH 2/3] Switch gnuplot link back to original --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index fba5179..90e226a 100644 --- a/packages.json +++ b/packages.json @@ -6398,7 +6398,7 @@ }, { "name": "gnuplot", - "url": "https://github.com/konqoro/gnuplot.nim", + "url": "https://github.com/dvolk/gnuplot.nim", "method": "git", "tags": [ "plot", @@ -6407,7 +6407,7 @@ ], "description": "Nim interface to gnuplot", "license": "MIT", - "web": "https://github.com/konqoro/gnuplot.nim" + "web": "https://github.com/dvolk/gnuplot.nim" }, { "name": "ustring", From 890da06ed28623db1efba097cf71abe1785da212 Mon Sep 17 00:00:00 2001 From: Jeff Ciesielski Date: Thu, 28 Jun 2018 09:21:14 -0400 Subject: [PATCH 3/3] Add intel hex library (#775) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 90e226a..24f2d42 100644 --- a/packages.json +++ b/packages.json @@ -9709,5 +9709,18 @@ "description": "Print fabulously in your terminal", "license": "MIT", "web": "https://github.com/icyphox/fab" + }, + { + "name": "intel_hex", + "url": "https://github.com/keyme/nim_intel_hex", + "method": "git", + "tags": [ + "utils", + "parsing", + "hex" + ], + "description": "Intel hex file utility library", + "license": "MIT", + "web": "https://github.com/keyme/nim_intel_hex" } ]