<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch go-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: Remove #:go arguments using go-1.26.</title>
<updated>2026-08-26T13:47:51+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-26T13:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=70a150c4c77a1ff4f19d77af7d64173b9b48af58'/>
<id>70a150c4c77a1ff4f19d77af7d64173b9b48af58</id>
<content type='text'>
We are now building with go-1.26 by default.

Automated via:

  git grep -rl '#:go go-1.26' | xargs sed -i '/.*#:go go-1.26.*/d'

* gnu/packages/clojure.scm (let-go)[arguments]: Remove &lt;#:go&gt;.
* gnu/packages/engineering.scm (arduino-cli): Likewise.
* gnu/packages/golang-apps.scm (gopls): Likewise.
* gnu/packages/ipfs.scm (kubo): Likewise.
* gnu/packages/terminals.scm (kitty): Likewise.
* gnu/packages/web.scm (miniflux): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are now building with go-1.26 by default.

Automated via:

  git grep -rl '#:go go-1.26' | xargs sed -i '/.*#:go go-1.26.*/d'

* gnu/packages/clojure.scm (let-go)[arguments]: Remove &lt;#:go&gt;.
* gnu/packages/engineering.scm (arduino-cli): Likewise.
* gnu/packages/golang-apps.scm (gopls): Likewise.
* gnu/packages/ipfs.scm (kubo): Likewise.
* gnu/packages/terminals.scm (kitty): Likewise.
* gnu/packages/web.scm (miniflux): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: go: Update to 1.26 for building packages.</title>
<updated>2026-08-26T13:44:22+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-26T13:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0efdaafcc5d4f1aa2fe52b9016d6cce0a48c5e50'/>
<id>0efdaafcc5d4f1aa2fe52b9016d6cce0a48c5e50</id>
<content type='text'>
* gnu/packages/golang.scm (go): Update to 1.26.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/golang.scm (go): Update to 1.26.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: go-1.25: Update to 1.25.13 [security-fixes].</title>
<updated>2026-08-26T13:39:24+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-17T12:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4a398db65762211316c54289cf090173777e9343'/>
<id>4a398db65762211316c54289cf090173777e9343</id>
<content type='text'>
go1.25.13 (released 2026-08-13) includes security fixes to the go
command, and the crypto/tls, encoding/asn1, encoding/xml, html/template,
net/http, and net/url packages, as well as bug fixes to the compiler,
the runtime, and the crypto/tls and os packages.

See: &lt;https://github.com/golang/go/milestone/442&gt;,
&lt;https://groups.google.com/g/golang-announce/c/94pEornpRlI&gt;

Contains fixes for:
CVE-2026-56865: x/mod/sumdb/tlog: fix transparency log tile verification
                bypass
CVE-2026-56864: x/mod/sumdb: ignore unrelated, unauthenticated hashes in
                Lookup
CVE-2026-56859: encoding/xml: add recursion depth guard during decode
CVE-2026-56853: net/http: apply ReadHeaderTimeout when doing unencrypted
                HTTP/2 check
CVE-2026-56860: net/url: avoid quadratic complexity in resolvePath
CVE-2026-46600: golang.org/x/net/dns/dnsmessage: panic when parsing
                invalid SVCB record
CVE-2026-56862: crypto/tls: limit handshake messages we are willing to
                accept post-handshake
CVE-2026-56858: html/template: fix Javascript regexp context tracking
CVE-2026-39821: x/net/idna: failure to reject ASCII-only
                Punycode-encoded labels
CVE-2026-33818: encoding/asn1: enforce maximum recursion depth

* gnu/packages/golang.scm (go-1.25): Update to 1.25.13.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
go1.25.13 (released 2026-08-13) includes security fixes to the go
command, and the crypto/tls, encoding/asn1, encoding/xml, html/template,
net/http, and net/url packages, as well as bug fixes to the compiler,
the runtime, and the crypto/tls and os packages.

See: &lt;https://github.com/golang/go/milestone/442&gt;,
&lt;https://groups.google.com/g/golang-announce/c/94pEornpRlI&gt;

Contains fixes for:
CVE-2026-56865: x/mod/sumdb/tlog: fix transparency log tile verification
                bypass
CVE-2026-56864: x/mod/sumdb: ignore unrelated, unauthenticated hashes in
                Lookup
CVE-2026-56859: encoding/xml: add recursion depth guard during decode
CVE-2026-56853: net/http: apply ReadHeaderTimeout when doing unencrypted
                HTTP/2 check
CVE-2026-56860: net/url: avoid quadratic complexity in resolvePath
CVE-2026-46600: golang.org/x/net/dns/dnsmessage: panic when parsing
                invalid SVCB record
CVE-2026-56862: crypto/tls: limit handshake messages we are willing to
                accept post-handshake
CVE-2026-56858: html/template: fix Javascript regexp context tracking
CVE-2026-39821: x/net/idna: failure to reject ASCII-only
                Punycode-encoded labels
CVE-2026-33818: encoding/asn1: enforce maximum recursion depth

* gnu/packages/golang.scm (go-1.25): Update to 1.25.13.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-sphinx-intl: Update to 2.3.2 fixing build.</title>
<updated>2026-08-26T13:36:26+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-26T13:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e42227e1c7e7055e27cecada52ec801a75e44909'/>
<id>e42227e1c7e7055e27cecada52ec801a75e44909</id>
<content type='text'>
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.3.2.

Fixes: guix/guix#10825
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.3.2.

Fixes: guix/guix#10825
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add monocypher.</title>
<updated>2026-08-26T13:13:51+00:00</updated>
<author>
<name>bdunahu</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2026-08-22T18:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6362d3445be4d0d454dd914f87df05280359a3c2'/>
<id>6362d3445be4d0d454dd914f87df05280359a3c2</id>
<content type='text'>
* gnu/packages/crypto.scm (monocypher): New variable.

Merges guix/guix!10739.

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/crypto.scm (monocypher): New variable.

Merges guix/guix!10739.

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: emacs-sops: Add tests and set executable path.</title>
<updated>2026-08-26T12:16:31+00:00</updated>
<author>
<name>coopi</name>
<email>coopi@noreply.codeberg.org</email>
</author>
<published>2026-06-03T10:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=21393e10c8a9948cdac7870dad5d6d464c74da09'/>
<id>21393e10c8a9948cdac7870dad5d6d464c74da09</id>
<content type='text'>
* gnu/packages/emacs-xyz.scm (emacs-sops)[arguments]: New field.
&lt;#:test-command&gt;: Set it.
&lt;#:phases&gt;: Add 'patch-sops-executable' and 'set-sops-age-key-file'.
[native-inputs]: Add age.
[inputs]: Add sops.
[description]: Adjust accordingly.

Merges guix/guix!9057

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
Modified-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/emacs-xyz.scm (emacs-sops)[arguments]: New field.
&lt;#:test-command&gt;: Set it.
&lt;#:phases&gt;: Add 'patch-sops-executable' and 'set-sops-age-key-file'.
[native-inputs]: Add age.
[inputs]: Add sops.
[description]: Adjust accordingly.

Merges guix/guix!9057

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
Modified-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: emacs-evil-collection: Update to 3.0.1.</title>
<updated>2026-08-26T11:54:12+00:00</updated>
<author>
<name>Sergey Trofimov</name>
<email>sarg@sarg.org.ru</email>
</author>
<published>2026-01-09T10:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9a5a074689d16c3b1bf9de38ade8e9fc4f3d1b15'/>
<id>9a5a074689d16c3b1bf9de38ade8e9fc4f3d1b15</id>
<content type='text'>
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 3.0.1.

Merges guix/guix!5492

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
Modified-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 3.0.1.

Merges guix/guix!5492

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
Modified-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: emacs-mastodon: Update to 2.1.1.</title>
<updated>2026-08-26T11:47:56+00:00</updated>
<author>
<name>Cayetano Santos</name>
<email>csantosb@inventati.org</email>
</author>
<published>2026-08-26T11:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6463a419952920af1abccf55d60d002999963266'/>
<id>6463a419952920af1abccf55d60d002999963266</id>
<content type='text'>
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.1.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.1.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add emacs-plz-see.</title>
<updated>2026-08-26T11:42:22+00:00</updated>
<author>
<name>Joeke de Graaf</name>
<email>joeke@posteo.net</email>
</author>
<published>2026-08-19T17:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=08cc4e9852e5a863d294f675b87f498536bca640'/>
<id>08cc4e9852e5a863d294f675b87f498536bca640</id>
<content type='text'>
* gnu/packages/emacs-xyz.scm (emacs-plz-see): New variable.

Merges guix/guix!10667.

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/emacs-xyz.scm (emacs-plz-see): New variable.

Merges guix/guix!10667.

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove bowtie1.</title>
<updated>2026-08-26T09:11:57+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-05T09:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=272d526d58e6eeb215dd0232e006846de78ed6e1'/>
<id>272d526d58e6eeb215dd0232e006846de78ed6e1</id>
<content type='text'>
* gnu/packages/bioinformatics.scm (bowtie1): Delete variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bioinformatics.scm (bowtie1): Delete variable.
</pre>
</div>
</content>
</entry>
</feed>
