guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nim: Update to 1.4.2.


From: guix-commits
Subject: branch master updated: gnu: nim: Update to 1.4.2.
Date: Wed, 10 Feb 2021 22:29:23 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6fbefd0  gnu: nim: Update to 1.4.2.
6fbefd0 is described below

commit 6fbefd03f0433ed4777ffd041746e32535ccc69f
Author: Yuriy Glukhov <yuriy.glukhov@gmail.com>
AuthorDate: Wed Feb 10 17:43:00 2021 +0200

    gnu: nim: Update to 1.4.2.
    
    * gnu/packages/nim.scm (nim): Update to 1.4.2.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/nim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]