<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chuix.git/gnu/packages/node.scm, branch python-team-django-6</title>
<subtitle>guix
</subtitle>
<id>http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6</id>
<link rel='self' href='http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/'/>
<updated>2026-04-23T20:47:11Z</updated>
<entry>
<title>gnu: openssl: Switch to openssl-3.5 as the default.</title>
<updated>2026-04-23T20:47:11Z</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-03-11T17:07:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=3e358dd784d085af7146d53f7e4e111c31417abc'/>
<id>urn:sha1:3e358dd784d085af7146d53f7e4e111c31417abc</id>
<content type='text'>
* gnu/packages/tls.scm (openssl): Define as openssl-3.5.
(perl-net-ssleay)[inputs]: Replace openssl by openssl-3.0.
* gnu/packages/node.scm (node-lts)[inputs, native-inputs]:
Replace openssl by openssl-3.0.
* gnu/packages/haskell-crypto.scm (ghc-hsopenssl)[inputs]:
Replace openssl by openssl-3.0.

Change-Id: Ia13ea615a5265fc7012e881e516b98066cad8e3f
</content>
</entry>
<entry>
<title>gnu: Sort #:use-module directives.</title>
<updated>2026-04-12T15:27:42Z</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-04-10T11:52:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=f61fc479133f42d875da4030681afbe64a39d755'/>
<id>urn:sha1:f61fc479133f42d875da4030681afbe64a39d755</id>
<content type='text'>
* gnu/packages/build-tools.scm: Sort #:use-module directives.
* gnu/packages/debian.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/machine-learning.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/node.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/rpc.scm: Likewise.
* gnu/packages/search.scm: Likewise.
* gnu/packages/sssd.scm: Likewise.
* gnu/packages/sync.scm: Likewise.
* gnu/packages/web.scm: Likewise.

Change-Id: I78c89220c9f7ff73892a6008e5d9fb3c23df53ea
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: Rename (gnu packages adns) to (gnu packages dns).</title>
<updated>2026-04-12T15:27:21Z</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-04-04T13:16:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=6ee49c693f4272d328bda48d4bb66f7275bd1bbf'/>
<id>urn:sha1:6ee49c693f4272d328bda48d4bb66f7275bd1bbf</id>
<content type='text'>
* gnu/packages/bittorrent.scm: Rename (gnu packages adns) to (gnu packages dns).
* gnu/packages/build-tools.scm: Likewise.
* gnu/packages/debian.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/machine-learning.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/node.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/rpc.scm: Likewise.
* gnu/packages/search.scm: Likewise.
* gnu/packages/sssd.scm: Likewise.
* gnu/packages/sync.scm: Likewise.
* gnu/packages/web.scm: Likewise.

Change-Id: Id6705f311aea37342d6769b25d42253e5428703f
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: Reference the inherited ‘arguments’ value.</title>
<updated>2026-03-20T12:27:15Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-03-07T10:19:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=2a50c9598bb7fe4175c4f29df07656a7f0a07801'/>
<id>urn:sha1:2a50c9598bb7fe4175c4f29df07656a7f0a07801</id>
<content type='text'>
This commit was made by running this command:

  sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm

… and then:

  1. reverting changes from ‘gnu/packages/rust.scm’ and
     ‘gnu/packages/java.scm’ since they would incur derivation changes and/or
     breakage;
  2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
  3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
     which use ‘substitute-keyword-arguments’ for arguments that are not
     inherited (and thus ‘arguments’ would be unbound);
  4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
     which make bogus assumptions about inherited arguments.

Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
</content>
</entry>
<entry>
<title>gnu: Use (target-32bit?) to test for 32bit targets.</title>
<updated>2026-02-20T21:34:56Z</updated>
<author>
<name>Dariqq</name>
<email>dariqq@posteo.net</email>
</author>
<published>2026-01-18T08:38:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=3e9338b923912773db46277e98e14462d4a3fb34'/>
<id>urn:sha1:3e9338b923912773db46277e98e14462d4a3fb34</id>
<content type='text'>
* gnu/packages/*.scm: Replace usage of target-64bit? when actually testing for
32bit targets.
* guix/utils.scm (target-hurd32?). Same.

Change-Id: If3ed2b82a1229b72b07fafc694eedc14080e5a04
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #5710
</content>
</entry>
<entry>
<title>gnu: node-lts: Fix build.</title>
<updated>2025-07-18T18:17:36Z</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2025-06-25T11:52:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=1465addb96e5e98b3109e08746f7478e761171df'/>
<id>urn:sha1:1465addb96e5e98b3109e08746f7478e761171df</id>
<content type='text'>
* gnu/packages/node.scm (node-lts)[inputs]: Replace icu4c with icu4c-76.
[native-inputs]: Replace icu4c with icu4c-76.

Change-Id: Iea508b914b3c576900ae3cdcc85ae98a4550142b
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>gnu: node-bootstrap: Fix build.</title>
<updated>2025-07-18T18:17:36Z</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2025-06-25T11:52:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=12ec6d14391511eb857af5010d37195a39f9f4ff'/>
<id>urn:sha1:12ec6d14391511eb857af5010d37195a39f9f4ff</id>
<content type='text'>
* gnu/packages/node.scm (node-bootstrap)[inputs]: Remove icu4c; replace
c-ares with c-ares-for-node-bootstrap.
[native-inputs]: Remove icu4c; replace c-ares with
c-ares-for-node-bootstrap. Add gcc-11.
[arguments]&lt;#:configure-flags&gt;: Disable intl support.
&lt;#:phases&gt;: No longer add references to icu4c.
[source]&lt;snippet&gt;: Adjust accordingly.

Change-Id: I29dd70e4660db6f485a94872dedfb52283c5a72a
Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
</entry>
<entry>
<title>gnu: Remove use-module (gnu packages node-xyz) from (gnu packages node).</title>
<updated>2025-05-18T20:55:54Z</updated>
<author>
<name>Daniel Khodabakhsh</name>
<email>d@niel.khodabakh.sh</email>
</author>
<published>2025-05-01T15:55:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=114f0a615f55167d0b227d5a3cb0fb2e36772858'/>
<id>urn:sha1:114f0a615f55167d0b227d5a3cb0fb2e36772858</id>
<content type='text'>
This change removes the use-module (gnu packages node-xyz) import from (gnu
packages node).  node-xyz is not actually used in node and seems to have
been accidentally added in f540ee5ef845946228c0e2e4cffadccd36069922.
Keeping it in can lead to circular dependency issues.

Change-Id: I292323510b918a5e5c154a06f06cc608997557d6
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>gnu: node-lts: Skip test-debugger-heap-profiler on 32bit systems.</title>
<updated>2025-04-13T12:19:43Z</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2025-04-12T10:17:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=94e7afbb557d3f2709072bf2bf58618293ca7fbd'/>
<id>urn:sha1:94e7afbb557d3f2709072bf2bf58618293ca7fbd</id>
<content type='text'>
As this seems to fail, and is marked as flaky by upstream.

* gnu/packages/node.scm (node-lts):[arguments]: Skip
test-debugger-heap-profiler on 32bit systems.

Change-Id: Idb89e6d28f28fd240cd27d0bc710a35bf05f57d4
</content>
</entry>
<entry>
<title>gnu: node-lts: Update to 22.14.0 [security fixes].</title>
<updated>2025-04-13T12:19:43Z</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2025-02-07T10:27:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=6c82267f1f191a62081d3ea5b54547bbcf115f87'/>
<id>urn:sha1:6c82267f1f191a62081d3ea5b54547bbcf115f87</id>
<content type='text'>
* gnu/packages/node.scm (node-lts): Update to 22.14.0.
[source]&lt;snippet&gt;: Remove redundant workaround for unbundling.
[#:phases]&lt;patch-problematic-tests&gt;: New phase. Patch tests that fail when
trying to connect to the wrong address when using IPv6.

Change-Id: Icd93e2954d84824ff8b74ff58a24666c3de27e76
</content>
</entry>
</feed>
