~ruther/guix-local

6403a166 — Sergey Trofimov a month ago
gnu: emacs-general: Update to 0.1-0.a48768f.

* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0.1-0.a48768f.
[native-inputs]: Remove emacs-use-package and emacs-which-key.

Merges guix/guix!5419

Change-Id: Ia3737288ac8aacfeef5ad8fb2e36b773b809ae90
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
ec461669 — Nguyễn Gia Phong a month ago
gnu: aflplusplus: Update to 4.35c.

* gnu/packages/debug.scm (aflplusplus): Update to 4.35c.

Merges guix/guix!5560

Change-Id: I9e00abb6c06430b110c11bfffe4f0e8a2612d6f7
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
89bd110b — Nguyễn Gia Phong a month ago
gnu: qemu-for-aflplusplus: Update to 5.2.50-1.60ebd56.

* gnu/packages/debug.scm (qemu-for-aflplusplus): Update to
5.2.50-1.60ebd56.

Merges guix/guix!5560

Change-Id: I3f2ebbdf751e8df31319f0e47dc6da83585cb273
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
5b6e622c — Cayetano Santos a month ago
gnu: Add umf.

* gnu/packages/oneapi.scm (umf): New variable.

Merges guix/guix!5722

Change-Id: I6a569bc31bfd90a29ad6bd62a498ebf8e61bd81d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
d90a8d77 — Cayetano Santos a month ago
gnu: Add level-zero.

* gnu/packages/oneapi.scm (level-zero): New variable.

Merges guix/guix!5722

Change-Id: I9abf986364904eb7d6727e33ef033e5256ced65f
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
e2840c21 — Cayetano Santos a month ago
gnu: Add neorv32.

* gnu/packages/hdl.scm: New variable.
* CODEOWNERS: Regenerate.
* gnu/local.mk: Register.
* po/packages/POTFILES.in: Likewise.
* etc/teams.scm (electronics)<#:scope>: Add "gnu/packages/hdl.scm".

Change-Id: I188087a03272b9a63f23fd96c9cd2af7228dc0d9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
7c620d0c — Cayetano Santos a month ago
gnu: ieee-p1076: Fix paths.

* gnu/packages/electronics.scm (ieee-p1076)[arguments]: Correct paths
in #:install-plan.
[native-search-paths]: Update.

Change-Id: I4d424104ec3b5944cf61778791f8d102ee43a624
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
bfd13653 — Allan Adair a month ago
gnu: python-kubernetes: Update to 35.0.0.

* gnu/packages/python-web.scm (python-kubernetes): Update to 35.0.0.
[inputs]: Replace python-urllib3-1.26 by python-urllib3.

Change-Id: I079ee405acfc603847a7e8eb957f5b3f02e14cba
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
50ebdec2 — Andreas Enge a month ago
gnu: mariadb-embedded: Change the name field to match the variable name.

This resolves the ambiguity on the command line.

* gnu/packages/databases.scm (mariadb-embedded)[name] Change from
"mariadb" to "mariadb-embedded".

Fixes: guix/guix#5705
Change-Id: Ie86b3e86015c1349950fe36daef5dd454492d727
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
b5730042 — Foster Hangdaan a month ago
gnu: qmk: Update to 1.2.0.

* gnu/packages/firmware.scm (qmk): Update to 1.2.0.

Change-Id: I70886bf9cd4f373005ea99ac35bc2a19de5c3399
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
bb898f24 — Hennadii Stepanov a month ago
gnu: Add osslsigncode.

* gnu/packages/crypto.scm (osslsigncode): New variable.

Change-Id: I06650934775804116fc7a703e66f26b3bfd00168
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
ee17577b — Foster Hangdaan a month ago
gnu: flatpak: Update to 1.16.3.

* gnu/packages/package-management.scm (flatpak): Update to 1.16.3.

Change-Id: I86c2ec31dd6636eca612959f9bdaecb08bfc1771
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
58e6f24e — Foster Hangdaan a month ago
gnu: python-internetarchive: Update to 5.7.1.

* gnu/packages/web.scm (python-internetarchive): Update to 5.7.1.

Change-Id: I23dd2f753873e73b848e55069ed8596b38f36faf
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
f176e6a8 — Sergey Trofimov a month ago
gnu: awesome: Add missing input.

* gnu/packages/wm.scm (awesome): Set path to xterm.
[arguments]<#:phases>{set-paths}: Substitute xterm path.
[inputs]: Add xterm.

Change-Id: Ic74d9034a4d7907a2a85fa3fe3af3bde6ea61d94
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
44952341 — Nguyễn Gia Phong a month ago
gnu: Add font-sligoil.

* gnu/packages/fonts.scm (font-sligoil): New variable.

Merges guix/guix!5619

Change-Id: I74ed4a93b40199ae2cf905d3f0e6ef6f1d64c515
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1508dd68 — Ricardo Wurmus a month ago
gnu: r-pcatools: Update to 2.22.1.

* gnu/packages/bioconductor.scm (r-pcatools): Update to 2.22.1.

Change-Id: Id61b5bd7a63d18652d62235d830723e8654b8488
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
e90b7a88 — Ricardo Wurmus a month ago
gnu: r-flames: Update to 2.4.2.

* gnu/packages/bioconductor.scm (r-flames): Update to 2.4.2.

Change-Id: Id6bb3f280dcf8fdd595b2d8e9e6b1b21ebe13df7
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
3f9b6c9e — Ricardo Wurmus a month ago
gnu: r-ranger: Update to 0.18.0.

* gnu/packages/statistics.scm (r-ranger): Update to 0.18.0.
[native-inputs]: Add r-pheatmap and r-tibble.

Change-Id: I469a1567686158415ef0133e6f80c34349e8bf45
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
41b134a8 — Ricardo Wurmus a month ago
gnu: r-segmented: Update to 2.2-0.

* gnu/packages/statistics.scm (r-segmented): Update to 2.2-0.

Change-Id: Ic6e3f13f121e0503b12908f45d6342d84be786f0
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
a73ed649 — Ricardo Wurmus a month ago
gnu: r-rstudioapi: Update to 0.18.0.

* gnu/packages/statistics.scm (r-rstudioapi): Update to 0.18.0.
[native-inputs]: Remove r-testthat.

Change-Id: Ib37c94eea1f72d9e61ba2022b6d2e4d111fee1aa
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Next