GNU bug report logs - #56348
[PATCH] update nim to version 1.6.6

Previous Next

Package: guix-patches;

Reported by: Trevor Richards <trev <at> trevdev.ca>

Date: Sat, 2 Jul 2022 04:52:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Trevor Richards <trev <at> trevdev.ca>
Subject: bug#56348: closed (Re: [bug#56348] [PATCH] update nim to version
 1.6.6)
Date: Sun, 03 Jul 2022 09:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56348: [PATCH] update nim to version 1.6.6

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 56348 <at> debbugs.gnu.org.

-- 
56348: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56348
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Trevor Richards <trev <at> trevdev.ca>
Cc: 56348-done <at> debbugs.gnu.org
Subject: Re: [bug#56348] [PATCH] update nim to version 1.6.6
Date: Sun, 03 Jul 2022 10:21:14 +0100
[Message part 3 (text/plain, inline)]
Trevor Richards <trev <at> trevdev.ca> writes:

> [[PGP Signed Part:Undecided]]
> This patch updates nim from version 1.6.2 to 1.6.6.
>
> * gnu/packages/nim.scm (nim): Updated version.
> ---
>  gnu/packages/nim.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Trevor, I've pushed this as
f89b58114858cc80bb65f6d38dfe943e6783b9bf.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Trevor Richards <trev <at> trevdev.ca>
To: guix-patches <at> gnu.org
Subject: [PATCH] update nim to version 1.6.6
Date: Fri, 1 Jul 2022 21:39:11 -0700
[Message part 6 (text/plain, inline)]
This patch updates nim from version 1.6.2 to 1.6.6.

* gnu/packages/nim.scm (nim): Updated version.
---
 gnu/packages/nim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm
index f0f958b215..8d1f5d0dd0 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages nim)
 (define-public nim
   (package
     (name "nim")
-    (version "1.6.2")
+    (version "1.6.6")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://nim-lang.org/download/"
                           name "-" version ".tar.xz"))
       (sha256
-       (base32 "0wz3jccdbhi7wd19fz9r6zad945iq50qjpbzva8xc5f3lr7p3i4s"))))
+       (base32 "0lm4450ig8k4l3rzxv6kcqji5l1lzicsw76ckwxm0q9qdz713cb7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests.
-- 
2.36.1

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.