summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-10-31 16:24:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-26 13:05:15 +0000
commit7fb07f9d77882d05b6893e8811964a60294ef1b4 (patch)
tree87ec60f3970bfd7450944408d603f7cf18347c67 /gnu
parent7db4c324bfa01468855d6958a628d1a1ecbeea77 (diff)
gnu: nim: Update to 2.2.6.
* gnu/packages/nim.scm (atlas): Update. (nim): Update to 2.2.6. [arguments]<#:phases>: Update phase 'patch-more-shebangs'. Merges: https://codeberg.org/guix/guix/pulls/3971 Change-Id: I6fece3f3588bbf550c4a20c8a23be1dbab8214d2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/nim.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/nim.scm b/gnu/packages/nim.scm
index eab2e80964f..65b775bec77 100644
--- a/gnu/packages/nim.scm
+++ b/gnu/packages/nim.scm
@@ -45,8 +45,8 @@
(git-reference
(url "https://github.com/nim-lang/atlas.git")
;; referenced in koch.nim
- (commit "26cecf4d0cc038d5422fc1aa737eec9c8803a82b")))
- (sha256 (base32 "0wbgxvgxqmla70hsy1ra85l27s100yllrwan5ycca833f7czi7wk"))))
+ (commit "2aa62121b40d580aa2fb27920a37b938d36c5f57")))
+ (sha256 (base32 "1vzy2aask25snbh178x3d7392cd1zs8mzrjma9isp61ilddchgig"))))
(define sat
(origin
@@ -62,14 +62,14 @@
(define-public nim
(package
(name "nim")
- (version "2.2.4")
+ (version "2.2.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://nim-lang.org/download/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1iw9h486dqcc4jgxkdbgsx2nh640n6308yl97wgmdkpwa2bl2azq"))))
+ (base32 "12sjhlbla7i6zmhfycdd5kcv4md77w9aczx8s9482y7gblyhwyv5"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; TODO: Investigate tests failures.
@@ -197,7 +197,7 @@
(for-each (lambda (f)
(with-atomic-file-replacement f fixup-bin-sh-references))
- (find-files "c_code" "@m\\.\\.@slib@spure@sosproc\\.nim\\.c"))))
+ (find-files "c_code" "@posproc\\.nim\\.c"))))
(replace 'build
(lambda* (#:key (parallel-build? #t) #:allow-other-keys)
(setenv "XDG_CACHE_HOME" "./cache-home")