GNU bug report logs -
#53469
[PATCH] gnu: Update nim to 1.6.2
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53469 in the body.
You can then email your comments to 53469 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53469
; Package
guix-patches
.
(Sun, 23 Jan 2022 13:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"(unmatched-parenthesis" <paren <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Jan 2022 13:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53469
; Package
guix-patches
.
(Sun, 23 Jan 2022 15:24:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 53469 <at> debbugs.gnu.org (full text, mbox):
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 <at> flashner.co.il>
;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy <at> bioneland.org>
+;;; Copyright © 2022 (unmatched parenthesis <paren <at> 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 23 Jan 2022 17:37:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"(unmatched-parenthesis" <paren <at> disroot.org>
:
bug acknowledged by developer.
(Sun, 23 Jan 2022 17:37:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 53469-done <at> debbugs.gnu.org (full text, mbox):
Hello,
"(unmatched-parenthesis via Guix-patches" via <guix-patches <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53469
; Package
guix-patches
.
(Sun, 23 Jan 2022 17:38:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 21 Feb 2022 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.