gnu: nim: Update to 1.4.2.

* gnu/packages/nim.scm (nim): Update to 1.4.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Yuriy Glukhov 2021-02-10 17:43:00 +02:00 committed by 宋文武
parent b01d82a7f6
commit 6fbefd03f0
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -28,7 +28,7 @@ (define-module (gnu packages nim)
(define-public nim
(package
(name "nim")
(version "1.0.6")
(version "1.4.2")
(source
(origin
(method url-fetch)
@ -36,7 +36,7 @@ (define-public nim
name "-" version ".tar.xz"))
(sha256
(base32
"1cv6bxc7w21455c0pv0r2h64ljyzw266jsk1fsgiiyk2rx8mfkhk"))))
"0q8i56343b69f1bh48a8vxkqman9i2kscyj0lf017n3xfy1pb903"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests.