It was proposed in #62284 on <2023-03-20>.
* gnu/packages/golang-web.scm (go-go-mau-fi-whatsmeow): New variable.
Co-authored-by: conses <contact@conses.eu>
Co-authored-by: Miguel Ángel Moreno <mail@migalmoreno.com>
Change-Id: Ic795b3bf385c0be131dbc8be26bb23ae0b9c3fd3
It was proposed in #62284 on <2023-03-20>.
* gnu/packages/golang-crypto.scm (go-go-mau-fi-libsignal): New variable.
Co-authored-by: conses <contact@conses.eu>
Co-authored-by: Miguel Ángel Moreno <mail@migalmoreno.com>
Change-Id: Ia72d54957b97204278886ce23bf15a7ece746aa4
This change slightly improves cross reference and cycle between modules.
* gnu/packages/crypto.scm: Remove (gnu packages golang-crypto), (gnu
packages golang-build) and (guix build-system go).
(ssh-to-pgp): Move from here ...
* gnu/packages/golang-crypto.scm: ... to here.
Change-Id: I5b59e19704e212fca917de30c9b3b3e0dc4da80b
This package provides a dedicated go.mod file and distributed separately
from go-github-com-gxed-hashland.
* gnu/packages/golang-crypto.scm (go-github-com-gxed-hashland-murmur3):
Do not inherit from go-github-com-gxed-hashland.
[source]: Provide it.
[home-page]: Likewise.
[license]: Likewise.
Change-Id: Id7b9d62a99badb2950f5cecc9171037a82219ce3
* guix/build/go-build-system.scm (setup-go-environment): When building
for windows override the inherited GOOS and set it to 'windows'.
Change-Id: I310aa490bb010370112cfa00c69df2d36387c323
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Fixes: CVE-2024-27280 (Buffer overread vulnerability in StringIO),
CVE-2024-27281 (RCE vulnerability with .rdoc_options in RDoc),
CVE-2024-27282 (Arbitrary memory address read vulnerability with Regex
search), CVE-2025-27219 (Denial of Service in CGI::Cookie.parse)
CVE-2025-27220 (ReDoS in CGI::Util#escapeElement), and
CVE-2025-27221 (userinfo leakage in URI#join, URI#merge and URI#+).
* gnu/packages/ruby.scm (ruby-3.1.7): New variable.
(ruby-3.1)[replacement]: Replace with ruby-3.1.7.
Change-Id: I9c4758f4622d5844cc9a23c2865a3d0210a4ebae
Signed-off-by: Christopher Baines <mail@cbaines.net>
Guix project seems to prefer using lambda over λ. Express that preference for
Geiser users by setting the geiser-insert-actual-lambda variable to nil. In
the 0.31 version it will affect how geiser-insert-lambda works, making it
insert lambda string (instead of the current λ.
* .dir-locals.el (nil): Add geiser-insert-actual-lambda set to nil.
Change-Id: Iccbd4a8df194d60b96b33879c342cfeb224bcfbb
Signed-off-by: Christopher Baines <mail@cbaines.net>
As omega and python-xapian-bindings inherit the same version as xapian,
update them in a single commit.
* gnu/packages/search.scm (xapian): Update to 1.4.29.
(python-xapian-bindings): Update to 1.4.29.
(omega): Update to 1.4.29.
[inputs]: Remove pcre:bin; add file, pcre2, perl, xapian, and zlib.
[native-inputs]: Add pkg-config.
Change-Id: I9a6103135b7b9a116370b211b3ca4eb15a9bff4f
Signed-off-by: Christopher Baines <mail@cbaines.net>
There's a naming conflict with cpp/bioinformatics clipper.
* gnu/packages/bioinformatics.scm
(clipper): Delete variable, rename to clipper-peak.
(clipper-peak): New variable, renamed from clipper.
Change-Id: I1411fe0eebf4ff322e4dadfbe53758feddc36599
Signed-off-by: Christopher Baines <mail@cbaines.net>
This fixes face errors in the emacs-keystore-mode dependent package on
emacs@30.
* gnu/packages/emacs-xyz.scm (emacs-origami-el) [source]
<snippet>: Adapt to emacs@30 face API (:color unspecified has to be changed to
:color nil).
Change-Id: I2d9c2baf8962a170ac1e7d4f6d5b7283e9ebcfe5
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu/packages/statistics.scm (emacs-ess): Update to Fix install path.
Packages must be installed under "site-packages/name-version/".
Change-Id: Ifdfbd2ad0d006f9f1cef83230876b9a5656949e3
Signed-off-by: Christopher Baines <mail@cbaines.net>