From 3878abc5243527ef31b85b0c1b9e31bf2c576518 Mon Sep 17 00:00:00 2001
From: Neal Nelson <ports@nicandneal.net>
Date: Fri, 24 Feb 2023 13:56:32 +0100
Subject: [PATCH] devel/nimble: Upgrade to 0.14.2

ChangeLog: https://github.com/nim-lang/nimble/releases/tag/v0.14.2

 * Remove types requiresInit pragma which conflicts with json
 * Common: bump nimbleVersion from 0.14.0 to 0.14.1
 * Run with --noNimblePath when there is a lock file
 * Lock: write lock file with final newline
 * Allow locking nim version in nimble.lock
 * Make sure that nimble.paths is checked relative to config.nims
 * Document where token is stored

PR:		269781
Reported by:	ports@nicandneal.net (maintainer)
---
 devel/nimble/Makefile | 2 +-
 devel/nimble/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/nimble/Makefile b/devel/nimble/Makefile
index 33728e142435..c82c985b1911 100644
--- a/devel/nimble/Makefile
+++ b/devel/nimble/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nimble
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.1
+DISTVERSION=	0.14.2
 CATEGORIES=	devel
 
 MAINTAINER=	ports@nicandneal.net
diff --git a/devel/nimble/distinfo b/devel/nimble/distinfo
index 1a5ae9eea7a6..4a0744ecdd94 100644
--- a/devel/nimble/distinfo
+++ b/devel/nimble/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672677421
-SHA256 (nim-lang-nimble-v0.14.1_GH0.tar.gz) = 96cf94d479407343e29a608da2f2265cbf81b2982da94fa56e0c6986aba32986
-SIZE (nim-lang-nimble-v0.14.1_GH0.tar.gz) = 160001
+TIMESTAMP = 1677159219
+SHA256 (nim-lang-nimble-v0.14.2_GH0.tar.gz) = d94f11c592d49aed6c5a492289f187010eb8c103b2b653252763d2f65a82abac
+SIZE (nim-lang-nimble-v0.14.2_GH0.tar.gz) = 163065
-- 
GitLab