diff mbox series

[bug#53469,v2] gnu: Update nim to 1.6.2

Message ID 20220123152247.3795-1-paren@disroot.org
State Accepted
Headers show
Series [bug#53469,v2] gnu: Update nim to 1.6.2 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

\( Jan. 23, 2022, 3:22 p.m. UTC
Oops! I forgot to add a copyright notice and remove the testing return :)

* gnu/packages/nim.scm(nim): Update to 1.6.2.
---
 gnu/packages/nim.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou Jan. 23, 2022, 5:36 p.m. UTC | #1
Hello,

"(unmatched-parenthesis via Guix-patches" via <guix-patches@gnu.org>
writes:

> Oops! I forgot to add a copyright notice and remove the testing
> return :)

Thank you.

I think a copyright is not applicable to a mere version bump since there
is only one way to do it. However, 1) IANAL 2) I am happy to see more
names in modules headers, so I kept the line.

Applied!

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm
index 0830a6106a..f0f958b215 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -3,6 +3,7 @@ 
 ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2022 (unmatched parenthesis <paren@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +29,14 @@  (define-module (gnu packages nim)
 (define-public nim
   (package
     (name "nim")
-    (version "1.4.6")
+    (version "1.6.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://nim-lang.org/download/"
                           name "-" version ".tar.xz"))
       (sha256
-       (base32 "1gfkk15q022s31ffbsm2lbfrsnsjfslbyixwk7g8bzngha90zg0g"))))
+       (base32 "0wz3jccdbhi7wd19fz9r6zad945iq50qjpbzva8xc5f3lr7p3i4s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests.