unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53469] [PATCH] gnu: Update nim to 1.6.2
@ 2022-01-23 13:10 (unmatched-parenthesis via Guix-patches via
  2022-01-23 15:22 ` [bug#53469] [PATCH v2] " (unmatched-parenthesis via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: (unmatched-parenthesis via Guix-patches via @ 2022-01-23 13:10 UTC (permalink / raw)
  To: 53469; +Cc: (unmatched-parenthesis

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

diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm
index 0830a6106a..82a559333c 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -28,14 +28,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.
@@ -73,3 +73,5 @@ (define-public nim
 without compromises on runtime efficiency.  This means it focuses on compile-time
 mechanisms in all their various forms.")
     (license license:expat)))
+
+nim
-- 
2.34.0





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

* [bug#53469] [PATCH v2] gnu: Update nim to 1.6.2
  2022-01-23 13:10 [bug#53469] [PATCH] gnu: Update nim to 1.6.2 (unmatched-parenthesis via Guix-patches via
@ 2022-01-23 15:22 ` (unmatched-parenthesis via Guix-patches via
  2022-01-23 17:36   ` bug#53469: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: (unmatched-parenthesis via Guix-patches via @ 2022-01-23 15:22 UTC (permalink / raw)
  To: 53469; +Cc: (unmatched-parenthesis

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(-)

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.
-- 
2.34.0





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

* bug#53469: [PATCH v2] gnu: Update nim to 1.6.2
  2022-01-23 15:22 ` [bug#53469] [PATCH v2] " (unmatched-parenthesis via Guix-patches via
@ 2022-01-23 17:36   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-01-23 17:36 UTC (permalink / raw)
  To: (unmatched-parenthesis via Guix-patches via
  Cc: (unmatched-parenthesis, 53469-done

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,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-23 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 13:10 [bug#53469] [PATCH] gnu: Update nim to 1.6.2 (unmatched-parenthesis via Guix-patches via
2022-01-23 15:22 ` [bug#53469] [PATCH v2] " (unmatched-parenthesis via Guix-patches via
2022-01-23 17:36   ` bug#53469: " Nicolas Goaziou

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).