[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: nim: Update to 1.4.6.
From: |
guix-commits |
Subject: |
08/09: gnu: nim: Update to 1.4.6. |
Date: |
Sat, 1 May 2021 21:16:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0cf79dd998e82f0420da6849a29b4cb9b6f18921
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 01:24:08 2021 +0200
gnu: nim: Update to 1.4.6.
* gnu/packages/nim.scm (nim): Update to 1.4.6.
---
gnu/packages/nim.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm
index c04851c..0830a61 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;;
;;; This file is part of GNU Guix.
@@ -28,15 +28,14 @@
(define-public nim
(package
(name "nim")
- (version "1.4.2")
+ (version "1.4.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://nim-lang.org/download/"
name "-" version ".tar.xz"))
(sha256
- (base32
- "0q8i56343b69f1bh48a8vxkqman9i2kscyj0lf017n3xfy1pb903"))))
+ (base32 "1gfkk15q022s31ffbsm2lbfrsnsjfslbyixwk7g8bzngha90zg0g"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests.
- branch master updated (eb30578 -> 1b792e8), guix-commits, 2021/05/01
- 01/09: gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls., guix-commits, 2021/05/01
- 02/09: gnu: pidgin: Update to 2.14.4., guix-commits, 2021/05/01
- 04/09: gnu: gajim: Update to 1.3.2., guix-commits, 2021/05/01
- 05/09: gnu: libxdg-basedir: Update to 1.2.3., guix-commits, 2021/05/01
- 03/09: gnu: dante: Update to 1.4.3., guix-commits, 2021/05/01
- 06/09: gnu: libxdg-basedir: Omit static library., guix-commits, 2021/05/01
- 09/09: gnu: libostree: Update to 2021.2., guix-commits, 2021/05/01
- 07/09: gnu: openmpi: Update to 4.1.1., guix-commits, 2021/05/01
- 08/09: gnu: nim: Update to 1.4.6.,
guix-commits <=