<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu, branch gnome-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: libfyaml: Fix build on 32bit architectures.</title>
<updated>2026-09-01T23:44:35+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-09-01T23:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=abbd7868a0982361179e9a6f6860a877edcd7a54'/>
<id>abbd7868a0982361179e9a6f6860a877edcd7a54</id>
<content type='text'>
* gnu/packages/patches/libfyaml-vlsize-32bit-fixes.patch: New file.
* gnu/packages/serialization.scm (libfyaml) [source]: Apply patch.
* gnu/local.mk (dist_patch_DATA): Register it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/patches/libfyaml-vlsize-32bit-fixes.patch: New file.
* gnu/packages/serialization.scm (libfyaml) [source]: Apply patch.
* gnu/local.mk (dist_patch_DATA): Register it.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: snakemake: Improve dependents bootstrap.</title>
<updated>2026-09-01T23:23:38+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-18T11:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=631fd912f1a7bd85a30e7c5083579b1c949d2e8a'/>
<id>631fd912f1a7bd85a30e7c5083579b1c949d2e8a</id>
<content type='text'>
* gnu/packages/python-science.scm
(python-snakemake-interface-logger-plugins-bootstrap): Add package.
(python-snakemake-logger-plugin-rich-bootstrap): Likewise.
(python-snakemake-interface-logger-plugins)[native-inputs]: Replace
python-snakemake-logger-plugin-rich by
python-snakemake-logger-plugin-rich-bootstrap.
(python-snakemake-logger-plugin-rich)[propagated-inputs]: Replace
python-snakemake-interface-logger-plugins-bootstrap by
python-snakemake-interface-logger-plugins.
[native-inputs]: Remove unused python-pytest.

Merges: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm
(python-snakemake-interface-logger-plugins-bootstrap): Add package.
(python-snakemake-logger-plugin-rich-bootstrap): Likewise.
(python-snakemake-interface-logger-plugins)[native-inputs]: Replace
python-snakemake-logger-plugin-rich by
python-snakemake-logger-plugin-rich-bootstrap.
(python-snakemake-logger-plugin-rich)[propagated-inputs]: Replace
python-snakemake-interface-logger-plugins-bootstrap by
python-snakemake-interface-logger-plugins.
[native-inputs]: Remove unused python-pytest.

Merges: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: snakemake: Update to 9.25.1.</title>
<updated>2026-09-01T23:23:29+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=643e9233e1ad76031a46234a9091ef4e48de0f31'/>
<id>643e9233e1ad76031a46234a9091ef4e48de0f31</id>
<content type='text'>
* gnu/packages/python-science.scm (snakemake): Update to 9.25.1.
[source]: Switch to git-fetch.
[arguments]{test-flags}: Refresh them.
{phases}: Add phase 'relax-requirements, drop phase
'call-wrapper-not-wrapped-snakemake, which was not effective for some
time already.
[propagated-inputs]:  Add python-snakemake-interface-logger-plugins,
python-snakemake-interface-scheduler-plugins,
python-snakemake-interface-software-deployment-plugins,
python-sqlmodel.
[native-inputs]: Add python-pytest, python-setuptools-scm,
python-snakemake-interface-software-deployment-plugin-container,
spython-snakemake-interface-logger-plugin-envmodules.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (snakemake): Update to 9.25.1.
[source]: Switch to git-fetch.
[arguments]{test-flags}: Refresh them.
{phases}: Add phase 'relax-requirements, drop phase
'call-wrapper-not-wrapped-snakemake, which was not effective for some
time already.
[propagated-inputs]:  Add python-snakemake-interface-logger-plugins,
python-snakemake-interface-scheduler-plugins,
python-snakemake-interface-software-deployment-plugins,
python-sqlmodel.
[native-inputs]: Add python-pytest, python-setuptools-scm,
python-snakemake-interface-software-deployment-plugin-container,
spython-snakemake-interface-logger-plugin-envmodules.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-snakemake-storage-plugin-http.</title>
<updated>2026-09-01T23:23:22+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=177fcb6b1277abfeda93c70f46596f80f5424e5a'/>
<id>177fcb6b1277abfeda93c70f46596f80f5424e5a</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-storage-plugin-http): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-storage-plugin-http): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-snakemake-software-deployment-plugin-envmodules-bootstrap.</title>
<updated>2026-09-01T23:23:17+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7c4c9e6cb436761c340374d2449c7ea4c550064f'/>
<id>7c4c9e6cb436761c340374d2449c7ea4c550064f</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules-bootstrap): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules-bootstrap): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-snakemake-software-deployment-plugin-envmodules.</title>
<updated>2026-09-01T23:23:12+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ae31ac80f7f4c7a66800ab6c78c432e368a22cea'/>
<id>ae31ac80f7f4c7a66800ab6c78c432e368a22cea</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-envmodules): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-snakemake-software-deployment-plugin-container.</title>
<updated>2026-09-01T23:23:06+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b0df17434809cafea8c62c5729e85a50abf5e879'/>
<id>b0df17434809cafea8c62c5729e85a50abf5e879</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-container): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-software-deployment-plugin-container): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-snakemake-logger-plugin-rich.</title>
<updated>2026-09-01T23:23:02+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=04209b9af8bb8335b905f0b90d568b81b5305851'/>
<id>04209b9af8bb8335b905f0b90d568b81b5305851</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-logger-plugin-rich): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-logger-plugin-rich): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-snakemake-interface-storage-plugins: Update to 4.4.1.</title>
<updated>2026-09-01T23:22:50+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=57ee1d8be679533c42bac28dd34dadb684543f89'/>
<id>57ee1d8be679533c42bac28dd34dadb684543f89</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-interface-storage-plugins): Update to 4.4.1.
[propagated-inputs]: Refresh them, add python-humanfriendly, remove
python-reretry.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-interface-storage-plugins): Update to 4.4.1.
[propagated-inputs]: Refresh them, add python-humanfriendly, remove
python-reretry.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-snakemake-interface-scheduler-plugins.</title>
<updated>2026-09-01T23:22:44+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8a59349b343df0fc58fbe4b54865ec2ee97b3daf'/>
<id>8a59349b343df0fc58fbe4b54865ec2ee97b3daf</id>
<content type='text'>
* gnu/packages/python-science.scm (python-snakemake-interface-scheduler-plugins): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-science.scm (python-snakemake-interface-scheduler-plugins): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
