unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39676] [PATCH] gnu: nim: Update to 1.0.6.
@ 2020-02-19 13:54 Tanguy Le Carrour
  2020-02-21 16:41 ` bug#39676: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Tanguy Le Carrour @ 2020-02-19 13:54 UTC (permalink / raw)
  To: 39676; +Cc: Tanguy Le Carrour

* gnu/packages/nim.scm (nim): Update to 1.0.6.
---
 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 22dac0b58a..374a533c30 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -2,6 +2,7 @@
 ;;; 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 © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,7 +28,7 @@
 (define-public nim
   (package
     (name "nim")
-    (version "0.17.2")
+    (version "1.0.6")
     (source
      (origin
       (method url-fetch)
@@ -35,7 +36,7 @@
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1gc2xk3ygmz9y4pm75pligssgw995a7gvnfpy445fjpw4d81pzxa"))))
+        "1cv6bxc7w21455c0pv0r2h64ljyzw266jsk1fsgiiyk2rx8mfkhk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests.
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39676: [PATCH] gnu: nim: Update to 1.0.6.
  2020-02-19 13:54 [bug#39676] [PATCH] gnu: nim: Update to 1.0.6 Tanguy Le Carrour
@ 2020-02-21 16:41 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-02-21 16:41 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 39676-done

Hello,

Tanguy Le Carrour <tanguy@bioneland.org> writes:

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

Applied. Thank you!

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-21 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 13:54 [bug#39676] [PATCH] gnu: nim: Update to 1.0.6 Tanguy Le Carrour
2020-02-21 16:41 ` bug#39676: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).