unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56348] [PATCH] update nim to version 1.6.6
@ 2022-07-02  4:39 Trevor Richards
  2022-07-03  9:21 ` bug#56348: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Richards @ 2022-07-02  4:39 UTC (permalink / raw)
  To: 56348

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56348: [PATCH] update nim to version 1.6.6
  2022-07-02  4:39 [bug#56348] [PATCH] update nim to version 1.6.6 Trevor Richards
@ 2022-07-03  9:21 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-07-03  9:21 UTC (permalink / raw)
  To: Trevor Richards; +Cc: 56348-done

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-03  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02  4:39 [bug#56348] [PATCH] update nim to version 1.6.6 Trevor Richards
2022-07-03  9:21 ` bug#56348: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).