emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56348: closed ([PATCH] update nim to version 1.6.6)


From: GNU bug Tracking System
Subject: bug#56348: closed ([PATCH] update nim to version 1.6.6)
Date: Sun, 03 Jul 2022 09:22:02 +0000

Your message dated Sun, 03 Jul 2022 10:21:14 +0100
with message-id <87a69q7dr0.fsf@cbaines.net>
and subject line Re: [bug#56348] [PATCH] update nim to version 1.6.6
has caused the debbugs.gnu.org bug report #56348,
regarding [PATCH] update nim to version 1.6.6
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56348: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56348
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] update nim to version 1.6.6 Date: Fri, 1 Jul 2022 21:39:11 -0700 User-agent: Notmuch/0.36 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu)
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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#56348] [PATCH] update nim to version 1.6.6 Date: Sun, 03 Jul 2022 10:21:14 +0100 User-agent: mu4e 1.6.10; emacs 28.1
Trevor Richards <trev@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]