<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/sync.scm, branch master</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: onedrive: Remove compiler from runtime closure.</title>
<updated>2026-08-22T14:49:17+00:00</updated>
<author>
<name>Jonas Meeuws</name>
<email>jonas.meeuws@gmail.com</email>
</author>
<published>2026-08-07T14:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f30e5ed34246322b9d6eb6ef189f5de09eb304c4'/>
<id>f30e5ed34246322b9d6eb6ef189f5de09eb304c4</id>
<content type='text'>
Reduce closure size from 1442.8 MiB to 633.3 MiB.

* gnu/packages/sync.scm (onedrive)[#:phases]: Add
‘remove-d-include-references’.

Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce closure size from 1442.8 MiB to 633.3 MiB.

* gnu/packages/sync.scm (onedrive)[#:phases]: Add
‘remove-d-include-references’.

Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: rclone: Fix indentation.</title>
<updated>2026-06-24T22:25:25+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-23T18:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e7ba4a328c268edcd2e0fb74c3b20a7221ea8806'/>
<id>e7ba4a328c268edcd2e0fb74c3b20a7221ea8806</id>
<content type='text'>
* gnu/packages/sync.scm (rclone): Fix indentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/sync.scm (rclone): Fix indentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: rclone: Fix build on aarch64.</title>
<updated>2026-06-03T20:00:39+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2026-04-19T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3d02bff6072a9458dd372898411c0f5b4b044143'/>
<id>3d02bff6072a9458dd372898411c0f5b4b044143</id>
<content type='text'>
The Go linker requires ld.gold when linking rclone on ARM64/Linux
(see https://github.com/golang/go/issues/22040).

* gnu/packages/sync.scm: Add (gnu packages base) module import.
(rclone)[native-inputs]: Add binutils-gold on aarch64.

Merges: guix/guix!8004
Change-Id: I0964467c97ccc19b2aa7c27af22510cbc7dcf25d
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Go linker requires ld.gold when linking rclone on ARM64/Linux
(see https://github.com/golang/go/issues/22040).

* gnu/packages/sync.scm: Add (gnu packages base) module import.
(rclone)[native-inputs]: Add binutils-gold on aarch64.

Merges: guix/guix!8004
Change-Id: I0964467c97ccc19b2aa7c27af22510cbc7dcf25d
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Sort #:use-module directives.</title>
<updated>2026-04-12T15:27:42+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-04-10T11:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f61fc479133f42d875da4030681afbe64a39d755'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Rename (gnu packages adns) to (gnu packages dns).</title>
<updated>2026-04-12T15:27:21+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-04-04T13:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6ee49c693f4272d328bda48d4bb66f7275bd1bbf'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: rclone: Update to 1.72.1.</title>
<updated>2026-02-24T15:37:00+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-02-24T15:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=87f939885a683af58782b8ca8813420e238a8751'/>
<id>87f939885a683af58782b8ca8813420e238a8751</id>
<content type='text'>
* gnu/packages/sync.scm (rclone): Update to 1.72.1.
[arguments] &lt;build-flags&gt;: Set version.
&lt;test-flags&gt;: Run short test only.
&lt;phases&gt;: Add 'pre-check, setting envars for quick tets.

Fixes: guix/guix#6639
Change-Id: I014a83f1a0a93eb0247efc48df5012429440f52e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/sync.scm (rclone): Update to 1.72.1.
[arguments] &lt;build-flags&gt;: Set version.
&lt;test-flags&gt;: Run short test only.
&lt;phases&gt;: Add 'pre-check, setting envars for quick tets.

Fixes: guix/guix#6639
Change-Id: I014a83f1a0a93eb0247efc48df5012429440f52e
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: rclone: Update to 1.72.0.</title>
<updated>2026-02-15T18:06:17+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-02-15T16:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=36852ac2a5b9784e163f8cab32630b28a70eb627'/>
<id>36852ac2a5b9784e163f8cab32630b28a70eb627</id>
<content type='text'>
* gnu/packages/sync.scm (rclone): Update to 1.72.0.
[native-inputs]: Remove
go-github-com-googleapis-enterprise-certificate-proxy, and
go-github-com-pkg-xattr; add
go-github-com-a1ex3-zstd-seekable-format-go-pkg,
go-github-com-anacrolix-log,
go-github-com-aws-aws-sdk-go-v2-credentials,
go-github-com-diskfs-go-diskfs, go-github-com-klauspost-compress,
go-github-com-mholt-archives, go-github-com-minio-minio-go-v7,
go-github-com-pmezard-go-difflib, go-github-com-pquerna-otp,
go-github-com-putdotio-go-putio-putio,
go-github-com-quasilyte-go-ruleguard-dsl,
go-github-com-rogpeppe-go-internal, go-github-com-stretchr-testify,
go-github-com-winfsp-cgofuse, go-github-com-wk8-go-ordered-map-v2, and
go-gopkg-in-yaml-v3.

Fixes: guix/guix#6412
Change-Id: I6563be518cd3757da1c546c8619778ea3c971286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/sync.scm (rclone): Update to 1.72.0.
[native-inputs]: Remove
go-github-com-googleapis-enterprise-certificate-proxy, and
go-github-com-pkg-xattr; add
go-github-com-a1ex3-zstd-seekable-format-go-pkg,
go-github-com-anacrolix-log,
go-github-com-aws-aws-sdk-go-v2-credentials,
go-github-com-diskfs-go-diskfs, go-github-com-klauspost-compress,
go-github-com-mholt-archives, go-github-com-minio-minio-go-v7,
go-github-com-pmezard-go-difflib, go-github-com-pquerna-otp,
go-github-com-putdotio-go-putio-putio,
go-github-com-quasilyte-go-ruleguard-dsl,
go-github-com-rogpeppe-go-internal, go-github-com-stretchr-testify,
go-github-com-winfsp-cgofuse, go-github-com-wk8-go-ordered-map-v2, and
go-gopkg-in-yaml-v3.

Fixes: guix/guix#6412
Change-Id: I6563be518cd3757da1c546c8619778ea3c971286
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: onedrive: Update to 2.5.9.</title>
<updated>2026-01-04T10:17:26+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2026-01-04T10:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7169d247bf45af7bea6996afb3901291f664c232'/>
<id>7169d247bf45af7bea6996afb3901291f664c232</id>
<content type='text'>
* gnu/packages/sync.scm (onedrive): Update to 2.5.9.
[arguments]: Add configure-flag for bash completion directory.  Remove
'adjust-makefile phase.
[inputs]: Add dbus.

Change-Id: I2da9c20f121a44c1095be5cab9cb32602ced6987
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/sync.scm (onedrive): Update to 2.5.9.
[arguments]: Add configure-flag for bash completion directory.  Remove
'adjust-makefile phase.
[inputs]: Add dbus.

Change-Id: I2da9c20f121a44c1095be5cab9cb32602ced6987
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove owncloud-client.</title>
<updated>2025-12-28T13:29:57+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2025-12-28T13:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c0539dcf937b9708d712444493b00151484348f2'/>
<id>c0539dcf937b9708d712444493b00151484348f2</id>
<content type='text'>
* gnu/packages/sync.scm (owncloud-client): Delete variable.

Fixes: guix/guix#4373
Change-Id: I5bb5973ccfd4dff03e685b23850f392c706680fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/sync.scm (owncloud-client): Delete variable.

Fixes: guix/guix#4373
Change-Id: I5bb5973ccfd4dff03e685b23850f392c706680fa
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: go-github-com-ibm-go-sdk-core: Fix name.</title>
<updated>2025-12-01T23:30:26+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2025-12-01T23:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fae9ec22cae2a73b4256105870ae2bfd19f6becc'/>
<id>fae9ec22cae2a73b4256105870ae2bfd19f6becc</id>
<content type='text'>
This is a following up 69c0bfbb99597707eca32491e8eb29302471af7d
commit (gnu: Add go-github-com-ibm-go-sdk-core.).

* gnu/packages/golang-web.scm (go-github-com-ibm-go-sdk-core): Rename
to go-github-com-ibm-go-sdk-core-v5 to fix importer.
[name]: Likewise.
* gnu/packages/sync.scm (rclone)[native-inputs]: Remove
go-github-com-ibm-go-sdk-core; add go-github-com-ibm-go-sdk-core-v5.

Change-Id: Ib8d87a82aba645c85ccf017476c4499710b5df8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a following up 69c0bfbb99597707eca32491e8eb29302471af7d
commit (gnu: Add go-github-com-ibm-go-sdk-core.).

* gnu/packages/golang-web.scm (go-github-com-ibm-go-sdk-core): Rename
to go-github-com-ibm-go-sdk-core-v5 to fix importer.
[name]: Likewise.
* gnu/packages/sync.scm (rclone)[native-inputs]: Remove
go-github-com-ibm-go-sdk-core; add go-github-com-ibm-go-sdk-core-v5.

Change-Id: Ib8d87a82aba645c85ccf017476c4499710b5df8f
</pre>
</div>
</content>
</entry>
</feed>
