Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nim: update to 2.0.6.
@ 2024-07-04  5:15 pfpulux
  2024-07-04 14:25 ` Stivux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pfpulux @ 2024-07-04  5:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

There is a new pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages nim
https://github.com/void-linux/void-packages/pull/51104

nim: update to 2.0.6.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/51104.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nim-51104.patch --]
[-- Type: text/x-diff, Size: 2701 bytes --]

From e9d4954389a76329b8018d020188186cf3455691 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Thu, 4 Jul 2024 07:06:23 +0200
Subject: [PATCH] nim: update to 2.0.6.

---
 srcpkgs/nim/template | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/nim/template b/srcpkgs/nim/template
index 44726314a611bb..ad0bd97bd9e308 100644
--- a/srcpkgs/nim/template
+++ b/srcpkgs/nim/template
@@ -1,11 +1,12 @@
 # Template file for 'nim'
 pkgname=nim
-version=2.0.4
+version=2.0.6
 revision=1
 _c2version=86742fb02c6606ab01a532a0085784effb2e753e
 _nimbleversion=0.14.2
-_checksumsversion=b4c73320253f78e3a265aec6d9e8feb83f97c77b
-_atlasversion=3e3b4482f228df670626adbe29a7fc55d1a27177
+_checksumsversion=0.1.0
+_atlasversion=0.8.0
+_satversion=faf1617f44d7632ee9601ebc13887644925dcc01
 build_wrksrc="Nim-$version"
 depends="gcc openssl-devel"
 short_desc="Nim programming language"
@@ -15,13 +16,15 @@ homepage="https://nim-lang.org/"
 distfiles="https://github.com/nim-lang/Nim/archive/v${version}.tar.gz
  https://github.com/nim-lang/csources_v2/archive/${_c2version}.tar.gz>csources_v2-${_c2version}.tar.gz
  https://github.com/nim-lang/nimble/archive/v${_nimbleversion}.tar.gz>nimble-${_nimbleversion}.tar.gz
- https://github.com/nim-lang/checksums/archive/${_checksumsversion}.zip
- https://github.com/nim-lang/atlas/archive/${_atlasversion}.zip"
-checksum="482983608bacc712d86d1c0e6f187cc17c63df6006cfc1b639cd625240d7f65c
+ https://github.com/nim-lang/checksums/archive/v${_checksumsversion}.tar.gz>checksums-${_checksumsversion}.tar.gz
+ https://github.com/nim-lang/atlas/archive/${_atlasversion}.tar.gz>atlas-${_atlasversion}.tar.gz
+ https://github.com/nim-lang/sat/archive/${_satversion}.zip"
+checksum="567247881527bbbf6b87284dcc1df7edff8e8545c742a12f2bafbe6376741caa
  9c2be306011e0c953bd63a565a4bd6a094e22d3944ca201977c1d03560d0a25c
  d94f11c592d49aed6c5a492289f187010eb8c103b2b653252763d2f65a82abac
- bf526adf906f826bc10e1a6f049193825ed8ff26d0b42f6d5ba14ac7b32bbc3c
- 646aa1e2ef75fade7a0cabc8c938b2a99654acee6e9f186c184e3d3c776cebd4"
+ b0aef1c3f1d96d2c16aacba8512fba79d1aa994d536cd4b98e9a48fe7d9b5c02
+ 5e8f3b00f1e112e0c0a32b7e34690783036c56902376f7829368b72490943fd0
+ a8969e14b0f8e06c6dc5a4ae622e51b209c3e1f24361980917d96e39f3d71114"
 
 post_extract() {
 	mv csources_v2-$_c2version $build_wrksrc/csources_v2
@@ -30,6 +33,7 @@ post_extract() {
 	mv checksums-$_checksumsversion $build_wrksrc/dist/checksums
 	mkdir -p $build_wrksrc/dist/nimble/dist
 	cp -r $build_wrksrc/dist/checksums $build_wrksrc/dist/nimble/dist/checksums
+	cp -r sat-$_satversion $build_wrksrc/dist/nimble/dist/sat
 	mv atlas-$_atlasversion $build_wrksrc/dist/atlas
 }
 

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

* Re: nim: update to 2.0.6.
  2024-07-04  5:15 [PR PATCH] nim: update to 2.0.6 pfpulux
@ 2024-07-04 14:25 ` Stivux
  2024-07-06  3:44 ` pfpulux
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stivux @ 2024-07-04 14:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

New comment by Stivux on void-packages repository

https://github.com/void-linux/void-packages/pull/51104#issuecomment-2209124129

Comment:
Why not 2.0.8?

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

* Re: [PR PATCH] [Closed]: nim: update to 2.0.6.
  2024-07-04  5:15 [PR PATCH] nim: update to 2.0.6 pfpulux
  2024-07-04 14:25 ` Stivux
  2024-07-06  3:44 ` pfpulux
@ 2024-07-06  3:44 ` pfpulux
  2024-07-06  4:23 ` pfpulux
  3 siblings, 0 replies; 5+ messages in thread
From: pfpulux @ 2024-07-06  3:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There's a closed pull request on the void-packages repository

nim: update to 2.0.6.
https://github.com/void-linux/void-packages/pull/51104

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

* Re: nim: update to 2.0.6.
  2024-07-04  5:15 [PR PATCH] nim: update to 2.0.6 pfpulux
  2024-07-04 14:25 ` Stivux
@ 2024-07-06  3:44 ` pfpulux
  2024-07-06  3:44 ` [PR PATCH] [Closed]: " pfpulux
  2024-07-06  4:23 ` pfpulux
  3 siblings, 0 replies; 5+ messages in thread
From: pfpulux @ 2024-07-06  3:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/51104#issuecomment-2211619164

Comment:
good point, will update

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

* Re: nim: update to 2.0.6.
  2024-07-04  5:15 [PR PATCH] nim: update to 2.0.6 pfpulux
                   ` (2 preceding siblings ...)
  2024-07-06  3:44 ` [PR PATCH] [Closed]: " pfpulux
@ 2024-07-06  4:23 ` pfpulux
  3 siblings, 0 replies; 5+ messages in thread
From: pfpulux @ 2024-07-06  4:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/51104#issuecomment-2211619164

Comment:
good point, will update, see #51126

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

end of thread, other threads:[~2024-07-06  4:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-04  5:15 [PR PATCH] nim: update to 2.0.6 pfpulux
2024-07-04 14:25 ` Stivux
2024-07-06  3:44 ` pfpulux
2024-07-06  3:44 ` [PR PATCH] [Closed]: " pfpulux
2024-07-06  4:23 ` pfpulux

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 NNTP newsgroup(s).