3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: nim: Update to 1.6.6.

* gnu/packages/nim.scm (nim): Updated to 1.6.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Trevor Richards 2022-07-01 21:39:11 -07:00 committed by Christopher Baines
parent 12787d532f
commit f89b581148
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -29,14 +29,14 @@
(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.