me
/
guix
Archived
1
0
Fork 0
Commit Graph

120000 Commits (572584dd571a29b31d65650f0f9f7952a4a90e24)

Author SHA1 Message Date
Troy Figiel e9f30ad0a0
gnu: go-github-com-valyala-fasthttp: Add missing input.
* gnu/packages/golang-web.scm (go-github-com-valyala-fasthttp): Add missing
input.
[propagated-inputs]: Add go-golang-org-x-text.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19 23:32:31 +00:00
Sharlatan Hellseher a1335516e3
gnu: go-github-com-coreos-go-semver: Update to 0.3.1.
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Update to 0.3.1.

Change-Id: I1b43d705c587c5a6030b96ce4419d58d8513b1cb
2024-02-19 23:32:31 +00:00
Troy Figiel f93c7713ff
gnu: go-github-com-coreos-go-semver: Add missing input.
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Add missing input.
[propagated-inputs]: Add go-gopkg-in-yaml-v2.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I0ba64084dcd939ee4a95f4629351f7ac9a49a8cb
2024-02-19 23:19:21 +00:00
Troy Figiel d6cc85825f
gnu: go-github-com-schollz-progressbar-v3: Remove examples.
* gnu/packages/golang.scm (go-github-com-schollz-progressbar-v3): Remove
examples.
[arguments] <#:phases>: Add remove-examples phase.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib1aa91160a8e94624d484654572da1b89305e076
2024-02-19 23:19:21 +00:00
Troy Figiel 643900518d
gnu: go-github-com-mesilliac-pulse-simple: Remove examples.
* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): Remove examples.
[arguments] <#:phases>: Add remove-examples phase.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19 23:19:21 +00:00
Troy Figiel 1822ec7e79
gnu: go-github-com-mattn-go-colorable: Add missing input.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Add missing
input.
[native-inputs]: Move go-github-com-mattn-go-isatty from here ...
[propagated-inputs]: ... to here.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19 23:19:21 +00:00
Troy Figiel 8abb1e59fd
gnu: go-github-com-charmbracelet-harmonica: Remove examples.
* gnu/packages/golang.scm (go-github-com-charmbracelet-harmonica): Remove examples.
[arguments] <#:phases>: Add remove-examples phase.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19 23:19:21 +00:00
Sharlatan Hellseher a72487a9ea
gnu: go-github-com-goccy-go-json: Revert source snippet
Reported by Hilton Chain <hako@ultrarare.space> in
<https://issues.guix.gnu.org/64916>. Introduced in commit d86c93c9cb.

* gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]:
Add snippet deleting benchmarks files.

Change-Id: I86d878bd9cd5a24fb71c1cbbd698527a40e84f05
2024-02-19 23:19:21 +00:00
Efraim Flashner 4c6861b630
gnu: Add ghc-7.0.
* gnu/packages/haskell.scm (ghc-7.0): New variable.

Change-Id: I6b05c5fa87dca1d9fbea6b782b64e3d005d76c1c
2024-02-19 19:59:10 +02:00
Efraim Flashner 2d6e48f6ce
gnu: perl-5.6: Build with a newer gcc.
* gnu/packages/perl.scm (perl-5.6)[arguments]: Adjust custom 'configure
script to force using the C90 standard when compiling C code.
[native-inputs]: Remove gcc-5.

Change-Id: Ica3f810c3a4ef662055294f61b6b5bd19fe84f20
2024-02-19 19:59:04 +02:00
Nicolas Graves b1ec85533a
home: symlink-manager: Allow busy device skip.
* gnu/home/services/symlink-manager.scm (update-symlinks-script):
Allow busy device skip.

Change-Id: Iff91c8a30309d25c02a8311d8d5ddbf54e90f5ad
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19 18:43:32 +01:00
Nicolas Graves 3378c1a9c6
system: Omit “root=” kernel argument when root device is “none”.
* gnu/system.scm (bootable-kernel-arguments): Fallback to tmpfs
if root is "none".

Change-Id: I35a656e71169dc786e5256d98a3c04c65043086d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19 18:42:56 +01:00
Nicolas Graves 27ee6f06d0
services: activation: Ensure /run existence.
* gnu/build/activation.scm (activation-script): Ensure /var/run existence.
* gnu/build/install.scm (evaluate-populate-directive)
[directives]: Remove directory /run.

Change-Id: I19ca8e7605c0cff598ab89077a94e20390ba27b0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19 18:42:12 +01:00
Nicolas Graves e73db355b1
services: activation: Ensure /var/run existence.
* gnu/services.scm (activation-script): Ensure /var/run existence.
* gnu/build/install.scm (evaluate-populate-directive)
[directives]: Remove directory /var/run.

Change-Id: I5fb93d33b6b1f045f1e5ba206b9b0b74b5184260
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19 18:41:47 +01:00
Nicolas Graves a5f66c2446
file-systems: Recognize “none” as a valid device spec.
* gnu/build/file-systems (canonicalize-device-name): Fallback to tmpfs
if spec is "none".

Change-Id: Ia55c715d04c7611ba8c979f23f1ad4a8ed2e75b6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19 18:41:10 +01:00
David Thompson 7d6550eec7
gnu: haunt: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (haunt): Update to 0.3.0.

Change-Id: Ied0479ac9d27a9703040e0b2ce67eaf6b9af1b1d
2024-02-19 10:13:38 -05:00
Ricardo Wurmus 61f4ea962e
gnu: Add python-pybox2d.
* gnu/packages/game-development.scm (python-pybox2d): New variable.

Change-Id: I1468a1f8cf5ce6170d643447001057eec02500fc
2024-02-19 15:32:24 +01:00
Andrew Tropin ecfb6452cd
gnu: elixir: Set default value for MIX_REBAR3.
* gnu/packages/elixir.scm (elixir): Set default value for MIX_REBAR3.

Change-Id: Ic7332a3c997a26ca42229a6f2040f20d9b19aad1
2024-02-19 17:00:47 +03:00
Tom Willemse 55c94d68df
gnu: emacs-company: Include company icons and documentation images.
* gnu/packages/emacs-xyz.scm (emacs-company): Include icons and documentation
images.

Change-Id: I8b7515141fa71fcb4b199bfaa268ddd4ab117743
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-02-19 17:00:46 +03:00
Ricardo Wurmus a35372cc0b
gnu: Add python-cloud-init.
* gnu/packages/python-web.scm (python-cloud-init): New variable.

Change-Id: Iaaef6ff4f9c8a9ca5eb36da360bd0572cf2b1a1a
2024-02-19 14:53:26 +01:00
Ricardo Wurmus d93e93e897
gnu: propeller-load: Disable parallel building.
* gnu/packages/embedded.scm (propeller-load)[arguments]: Use G-expression;
disable parallel building; remove trailing #T from build phase.

Change-Id: I3341b8537b09c2e8310f830ed4d7d6725838a147
2024-02-19 14:09:45 +01:00
Ricardo Wurmus 549a72f128
gnu: r-sgloptim: Apply patch to fix build.
* gnu/packages/patches/r-sgloptim.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cran.scm (r-sgloptim)[source]: Apply it.

Change-Id: I6435ec1dfadcffac684c378cd074777a19cd0d7f
2024-02-19 14:07:29 +01:00
Ricardo Wurmus 06ad84c426
gnu: r-bigrquery: Update home page.
* gnu/packages/cran.scm (r-bigrquery)[home-page]: Use new Github URL.

Change-Id: I93db880bfc5856aa1ee4506eaddf76a24ddf7ba1
2024-02-19 13:37:36 +01:00
Ricardo Wurmus 391b612d0a
gnu: r-archr: Update to 1.0.2-1.c61b064.
* gnu/packages/bioinformatics.scm (r-archr): Update to 1.0.2-1.c61b064.

Change-Id: I8967cedbfc3390c364f188d50f8ecb2b27cb1417
2024-02-19 13:37:14 +01:00
Ricardo Wurmus 90e8febd29
gnu: Add sugar-chat-activity.
* gnu/packages/sugar.scm (sugar-chat-activity): New variable.

Change-Id: I8c0245d2d31b1c824abeceea71d42b287890199b
2024-02-19 12:42:14 +01:00
Ricardo Wurmus 7e85464585
gnu: r-workflows: Update to 1.1.4.
* gnu/packages/cran.scm (r-workflows): Update to 1.1.4.

Change-Id: I741eae75801d6606bd179be59144e12e236193bc
2024-02-19 12:27:53 +01:00
Ricardo Wurmus 62bb043631
gnu: r-setrng: Update to 2024.2-1.
* gnu/packages/cran.scm (r-setrng): Update to 2024.2-1.

Change-Id: I7a39f744175b470c3fff6a6add30ddbec4c88dcf
2024-02-19 12:27:53 +01:00
Ricardo Wurmus ee14d93be0
gnu: r-performance: Update to 0.10.9.
* gnu/packages/cran.scm (r-performance): Update to 0.10.9.

Change-Id: I6a7225e5465f03404db35da744c2478b6b9224e6
2024-02-19 12:27:52 +01:00
Ricardo Wurmus ae1f9bf605
gnu: r-magick: Update to 2.8.3.
* gnu/packages/cran.scm (r-magick): Update to 2.8.3.

Change-Id: Iec4535cc1baf5767ebff6ffc9d18d67b4e305e30
2024-02-19 12:27:52 +01:00
Ricardo Wurmus f8c344d8fc
gnu: r-splus2r: Update to 1.3-5.
* gnu/packages/cran.scm (r-splus2r): Update to 1.3-5.

Change-Id: Iac0be3d6d4d2a9a58281ba4c4c75a0c6bb86e057
2024-02-19 12:27:52 +01:00
Ricardo Wurmus b0ab2589ce
gnu: r-sm: Update to 2.2-6.0.
* gnu/packages/cran.scm (r-sm): Update to 2.2-6.0.

Change-Id: I3e18ccda83177722e4dbdda1c5e7ccfdd1d6387d
2024-02-19 12:27:52 +01:00
Ricardo Wurmus e40f7a7cf2
gnu: r-recipes: Update to 1.0.10.
* gnu/packages/cran.scm (r-recipes): Update to 1.0.10.

Change-Id: Ie28be7c24181407f20f55b9cb469b0870e232c61
2024-02-19 12:27:51 +01:00
Ricardo Wurmus b940b81847
gnu: r-collapse: Update to 2.0.10.
* gnu/packages/cran.scm (r-collapse): Update to 2.0.10.

Change-Id: I1471c026e8063529aa1120564d17777ea1f4acfb
2024-02-19 12:27:51 +01:00
Ricardo Wurmus dbac7383bd
gnu: r-igraph: Update to 2.0.2.
* gnu/packages/cran.scm (r-igraph): Update to 2.0.2.
[propagated-inputs]: Add r-vctrs.

Change-Id: I9e62b47065c7e7cf7f1d6f78550caca0df54e550
2024-02-19 12:24:16 +01:00
Ricardo Wurmus b94c47228e
gnu: r-callr: Update to 3.7.4.
* gnu/packages/cran.scm (r-callr): Update to 3.7.4.

Change-Id: I90e0fc91fdad8a2ce7a368d076a54d74ec3497c0
2024-02-19 12:21:13 +01:00
Ricardo Wurmus dbb69e337f
gnu: r-r-rsp: Update to 0.46.0.
* gnu/packages/statistics.scm (r-r-rsp): Update to 0.46.0.

Change-Id: I9512cbf807d0c7346e17ac35c43a1d9f83b4faa9
2024-02-19 12:21:01 +01:00
Ricardo Wurmus 3025cf97a3
gnu: r-pscbs: Update to 0.67.0.
* gnu/packages/bioconductor.scm (r-pscbs): Update to 0.67.0.

Change-Id: Ib60a434d40ede5f0c24590c65c45fb7e99affb2a
2024-02-19 12:20:53 +01:00
Ricardo Wurmus 9ce548a26e
machine/ssh: Refresh parameterization of %CURRENT-SYSTEM.
When using "guix deploy" on an x86_64-linux machine to deploy a system to
i686-linux, DEPLOY-MANAGED-HOST would revert %CURRENT-SYSTEM to the host
system's value by the time it evaluated UPGRADE-SHEPHERD-SERVICES.  The
earlier PARAMETERIZE would no longer be effective.

* gnu/machine/ssh.scm (deploy-managed-host): Ensure that
UPGRADE-SHEPHERD-SERVICES is evaluated for the architecture of the target
machine.

Change-Id: I0816da79cd7c46a69418717fa33b2fe4e2fabae0
2024-02-19 11:21:27 +01:00
Wiktor Żelazny 052ef14521
gnu: Add r-abbreviate.
* gnu/packages/cran.scm (r-abbreviate): New variable.

Change-Id: I8632c1e7b2b5f5b03140191f6fea558d540ae496
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-02-19 11:00:12 +01:00
nafkhamdc 07ecdb99b6
gnu: python-ega-download-client: Add missing input.
* gnu/packages/bioinformatics.scm (python-ega-download-client)
[native-inputs]: Add python-mock.

Change-Id: I3befca6de33f959f4d916caa839d7201c77e8209
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-02-19 10:13:41 +01:00
Sören Tempel fdbf4192f5
gnu: bemenu: Install man pages
Since version 0.6.5 man pages are written in scdoc, therefore we
need to update the dependencies accordingly to ensure that the
man pages are build and installed:

* gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc.

Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 16:10:19 +01:00
Greg Hogan bb317f46fc
gnu: Add git-sizer.
* gnu/packages/version-control.scm (git-sizer): New variable.

Change-Id: I82a61e364782dabfd59d0e81ff310fa916b5ff23
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 16:09:38 +01:00
Greg Hogan b177e753bb
gnu: Add go-go-uber-org-goleak.
* gnu/packages/golang.scm (go-go-uber-org-goleak): New variable.

Change-Id: I4dd8f244c44ced8910752f67b318c4e39d5acd74
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 16:04:28 +01:00
Greg Hogan 13e7d4d399
gnu: Add go-github-com-cli-safeexec.
* gnu/packages/golang.scm (go-github-com-cli-safeexec): New variable.

Change-Id: Ibc183f5185de16b4d6528697cbc85183a3282733
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 16:04:21 +01:00
Jaeme Sifat b23fd4fb3e
gnu: Add libdisplay-info.
libdisplay-info is a new dependency for the wlroots@0.17.0 update. As
seen here:

- https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0

The 'fix-meson-file phase was ripped right out of the wlroots@0.16.2
package. There was a surprise build dependency for Python in
generating the database.

* gnu/packages/wm.scm (libdisplay-info): New variable.

Change-Id: If6a466b902f4babdfb5bc9b3935c2d14f42ae662
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 16:03:23 +01:00
Miguel Ángel Moreno e47d3c6f94
gnu: Add emacs-fdroid.
* gnu/packages/android.scm (emacs-fdroid): New variable.

Change-Id: I68358b5490406aa6ee24391bee6e69bebc574d96
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 15:56:05 +01:00
Nicolas Graves 8b7e0c1952
gnu: Add restartd.
* gnu/packages/admin.scm (restartd): New variable.
* gnu/packages/patches/restartd-update-robust.patch: Add file.
* gnu/local.mk: Register gnu/packages/patches/restartd-update-robust.patch.

Change-Id: I38b9b70e97b64f006a86d7618a75f1ec3ed8b034
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18 15:55:06 +01:00
Nicolas Graves 4166d7e434
gnu: Add snapper.
* gnu/packages/file-systems.scm (snapper): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I0823705efcd6b043b7682b5c868c17065d307b9b
2024-02-18 15:50:47 +01:00
Ludovic Courtès 1cff19d8d4
services: virtual-build-machine: Add ‘configuration’ action.
* gnu/services/virtualization.scm (build-vm-shepherd-services): Add
‘configuration’ action.
* doc/guix.texi (Virtualization Services): Document it.

Change-Id: I4734e096d744b3cda0d523692498a73c0029e188
2024-02-18 15:34:43 +01:00
Ludovic Courtès cd0dc17e43
services: virtual-build-machine: Add periodic GC job.
* gnu/services/virtualization.scm (%virtual-build-machine-operating-system):
Add ‘periodic-gc’ service.

Change-Id: Id5bde1ee3f8e1e549e231375e776d3201ec9e0b5
2024-02-18 15:34:43 +01:00
Ludovic Courtès 492b3a0c31
services: virtual-build-machine: Use a non-volatile root file system.
This is a followup to e0ade40c2b, which
didn’t have the desired effect.

* gnu/services/virtualization.scm (virtual-build-machine-default-image):
Add ‘volatile-root?’ field.

Change-Id: I1a622f22cdd0f8f83860a6eb4a852518db3b46b7
2024-02-18 15:34:43 +01:00
Ludovic Courtès 4aa2dccd4e
services: virtual-build-machine: Do not offload when service is stopped.
* gnu/services/virtualization.scm (check-vm-availability): Check the
value of ‘live-service-running’.

Change-Id: Iba858ea0fa417d9276e026b72b4b78791932482e
2024-02-18 15:34:42 +01:00
Ludovic Courtès c1d37d0653
services: block-facebook-hosts: Use proper unroutable addresses.
This is safer and more appropriate than redirecting to localhost.

* gnu/services/networking.scm (%unroutable-ipv4, %unroutable-ipv6): New
variables.
(facebook-host-aliases): Use them.

Change-Id: Idd4b1fec903c52d542d177a52fec1814eded4119
2024-02-18 15:34:42 +01:00
Sharlatan Hellseher f8f0a5954a
gnu: node-safe-stable-stringify: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-safe-stable-stringify): Move package
in alphabetical order.

Change-Id: I00c93906dfde4108a285709afec508864f5e08f7
2024-02-18 12:47:18 +00:00
Sharlatan Hellseher 3fec61b1c9
gnu: node-irc-colors: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-irc-colors): Move package in
alphabetical order.

Change-Id: If30c3362a7b36be5c6e6c2e6c4284242f185f1bd
2024-02-18 12:44:55 +00:00
Sharlatan Hellseher cb1107416e
gnu: node-xyz: Add a note to the end of the file.
* gnu/packages/node-xyz.scm: Add a note to avoid adding packages in the
end of the file.

Change-Id: If1f35eb120d283ce9e9dc84ec7b97aebfad4ed5e
2024-02-18 12:38:51 +00:00
Nicolas Graves 345a54ff4c
gnu: node-serialport-*: Move packages in alphabetical order.
* gnu/packages/node-xyz.scm (node-serialport-*): Move packages in alphabetical order.

Change-Id: I3245d4dbb788061eb3264e73fc9d1fae4d4aa77b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:48 +00:00
Nicolas Graves 4724d745c1
gnu: node-path-key: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-path-key): Move package in alphabetical order.

Change-Id: I33d737668063c13f6cd369f8d922eb1aa02f7177
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:48 +00:00
Nicolas Graves 5e41142848
gnu: node-semver: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-semver): Move package in alphabetical order.

Change-Id: I723b019db2e46ec7acb5b594a1eacdcd4ddd8ac6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:48 +00:00
Nicolas Graves 44886c03f2
gnu: packages: node-xyz: Add alphatical order header.
* (gnu/packages/node-xyz): Add alphabetical order header.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:48 +00:00
Nicolas Graves 25e9450d2a
gnu: node-debug: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-debug): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves f96bc239b7
gnu: node-ms: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-ms): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves 8cc24d344a
gnu: node-segfault-handler: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-segfault-handler): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves 614e615f5a
gnu: node-file-uri-to-path: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-file-uri-to-path): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves 8a87e9e5d2
gnu: node-sqlite3: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-sqlite3): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves 016dc450af
gnu: node-addon-api: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-addon-api): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves bd6c3acda2
gnu: node-nan: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-nan): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves d41d3d8fb2
gnu: node-irc and node-irc-colors: Move in alphabetical order.
* gnu/packages/node-xyz.scm (node-irc and node-irc-colors): Move packages in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves 499164f4ce
gnu: node-readable-stream: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-readable-stream): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves d2eb7a2b5a
gnu: node-string-decoder: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-string-decoder): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves ded5f62abe
gnu: node-safe-buffer: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-safe-buffer): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:47 +00:00
Nicolas Graves 2fa534a37d
gnu: node-inherits: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-inherits): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:46 +00:00
Nicolas Graves 49bb13b0a7
gnu: node-ieee754: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-ieee754): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:46 +00:00
Nicolas Graves 466fe22a89
gnu: node-once: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-once): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:46 +00:00
Nicolas Graves 51fee99e26
gnu: node-util-deprecate: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-util-deprecate): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:46 +00:00
Nicolas Graves aede3fa122
gnu: node-bindings: Move package in alphabetical order.
* gnu/packages/node-xyz.scm (node-bindings): Move package in alphabetical order.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18 12:34:46 +00:00
Sharlatan Hellseher 2f1ed825af
gnu: python-simpervisor: Enable tests.
* gnu/packages/python-xyz.scm (python-simpervisor) [arguments]
<#:test-flags>: Parallelise tests.
<#:phases>: Use standard 'check phase.
[native-inputs]: Add python-psutil and python-pytest-xdist.

Change-Id: Ica52d672470309593b1d01c5cc4713f080c2c1b3
2024-02-17 23:53:38 +00:00
Sharlatan Hellseher 8cab6bac1c
gnu: python-simpervisor: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-simpervisor): Update to 1.0.0.
[build-system]: Swap to pyproject-build-system, new release does not
have setup.py.
[native-inputs]: Add python-hatchling.

Change-Id: I3c0c9d4e22b5462af11bed2f823e4dbefd291180
2024-02-17 23:53:38 +00:00
Sharlatan Hellseher 4da2f179d2
gnu: python-devtools: Update to 0.12.2, fix build.
* gnu/packages/python-xyz.scm (python-devtools): Update to 0.12.2.
[build-system]: Swap to pyproejct-build-system.
[arguments] <#:phases>: Use standard 'check phase. Add
'relax-requirements phase.
[propagated-inputs]: Add python-asttokens and python-executing.
[native-inputs]: Add python-hatchling.

Change-Id: I5562e34443e606d93cd38f8ef8ad58f61e044c86
2024-02-17 23:52:52 +00:00
Sharlatan Hellseher ccbf143927
gnu: python-watchdog: Simplify package.
* gnu/packages/python-xyz.scm (python-watchdog) [build-system]: Swap to
pyproject-build-system.
[arguments] <#:test-flags>: Move skipped test here.
<#:phases>: Use standard 'check phase.

Change-Id: Id813dcfb567f9769fbb4408a159519004c67b85b
2024-02-17 22:36:30 +00:00
Sharlatan Hellseher 18240ae446
gnu: python-humanize: Update to 4.0.0.
* gnu/packages/python-xyz.scm (python-humanize): Update to 4.0.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-freezegun and python-pytest.

Change-Id: I46d06824eb9b43a3540f7b3880ec06f895c290d5
2024-02-17 22:30:31 +00:00
Sharlatan Hellseher 4daeae8583
gnu: python-trio-websocket: Simplify package.
* gnu/packages/python-xyz.scm (python-trio-websocket) [build-system]:
Swap to pyproject-build-system.
[arguments] <#:phases>: Use standard 'check phase.

Change-Id: I58bc13f64b15d50ff0746e9b4677229df807d415
2024-02-17 22:18:56 +00:00
Sharlatan Hellseher 1a2c374c2c
gnu: python-xyzservices: Simplify package.
* gnu/packages/python-xyz.scm (python-xyzservices) [build-system]: Swap
to pyproject-build-system.
[arguments] <#:test-flags>: Skip tests requiring request module, as seen
in project's GitHub Actions.
<#:phases>: Use standard 'check phase.

Change-Id: I9092e282bebc8539e9ceed5ec87559d64513a486
2024-02-17 22:13:24 +00:00
Sharlatan Hellseher e355848578
gnu: python-zeroconf: Simplify package.
* gnu/packages/python-xyz.scm (python-zeroconf) [build-system]: Swap to
pyproject-build-system.
[arguments] <#:test-flags>: Move skipped tests here.
<#:phases>: Use standard 'check phase.

Change-Id: I7891a817b984a440a957ae8809d5e4877dc43d0e
2024-02-17 22:05:37 +00:00
Sharlatan Hellseher eeaad8c906
gnu: python-crontab: Update to 3.0.0.
* gnu/packages/python-xyz.scm (python-crontab): Update to 3.0.0.
[arguments] <#:phases> {disable-failing-tests}: Add one more test to
ignore.

Change-Id: Icfd2f0e788f459f4b1935f1e2da7ef4779b19402
2024-02-17 21:57:09 +00:00
Sharlatan Hellseher 170efe6e68
gnu: python-crontab: Enable tests.
* gnu/packages/python-xyz.scm (python-crontab): Enable tests.
[arguments] <#:phases>: Add 'disable-failing-tests phase.

Change-Id: I294ff69091ed1ed6b016c194bc8fb6e5af11978c
2024-02-17 21:39:06 +00:00
Giacomo Leidi 96895a65b4
gnu: Add python-apscheduler.
* gnu/packages/python-xyz.scm (python-apscheduler): New variable.

Change-Id: Ib5964520a8d3c9c4711ba2ee4c5812241dc93423
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 21:26:05 +00:00
Giacomo Leidi c2f5d0f7d8
gnu: Add python-pytest-tornado5.
* gnu/packages/check.scm (python-pytest-tornado5): New variable.

Change-Id: I9843e91d750bf17128eb6f566b8dbb5cbc0d8278
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 21:13:01 +00:00
Carlo Zancanaro 3cf199dbcf
gnu: sbcl-mcclim: Reformatting.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Remove let and reindent.
[source]: Use the version field from the package definition.

Change-Id: Ib7faade37178aff779fbffe1cb439367b5740b91
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 12:54:10 +00:00
Carlo Zancanaro 4fecd14409
gnu: sbcl-mcclim: Update to 0.9.8.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.8.
[native-inputs]: Add sbcl-cluffer and sbcl-lorem-ipsum.

Change-Id: I35bed62483973e2dd6f6f142df096abf765b4208
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-17 12:50:36 +00:00
Ricardo Wurmus 91d8046029
gnu: r-segmented: Update to 2.0-3.
* gnu/packages/statistics.scm (r-segmented): Update to 2.0-3.

Change-Id: I2c395add47f1edba140394731ab46cee36dac807
2024-02-16 23:25:08 +01:00
Ricardo Wurmus d8593c8cce
gnu: r-dbi: Update to 1.2.2.
* gnu/packages/statistics.scm (r-dbi): Update to 1.2.2.

Change-Id: I5fe722195c73983eface9c78f27322b111723c3b
2024-02-16 23:25:08 +01:00
Ricardo Wurmus a303a40f63
gnu: r-parsnip: Update to 1.2.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.2.0.

Change-Id: I17b4098f845cd3ed02c37f9796af382755363913
2024-02-16 23:25:08 +01:00
Ricardo Wurmus 397749c9bf
gnu: r-eulerr: Update to 7.0.1.
* gnu/packages/cran.scm (r-eulerr): Update to 7.0.1.

Change-Id: Icc31973837677957ee1886787dd3cfa22d164a7f
2024-02-16 23:25:08 +01:00
Ricardo Wurmus 928bbb754d
gnu: r-prospectr: Update to 0.2.7.
* gnu/packages/cran.scm (r-prospectr): Update to 0.2.7.
[native-inputs]: Add r-knitr.

Change-Id: Ic87c51eae7abdbf0410af94f3dc4c33e36b39fe9
2024-02-16 23:25:07 +01:00
Ricardo Wurmus b9243e02e2
gnu: r-rnifti: Update to 1.6.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.6.0.

Change-Id: I7a5cff41ea88307ce6d6c8ce3202570cfe5dac3c
2024-02-16 23:25:07 +01:00
Ricardo Wurmus 903dcccefe
gnu: r-statcheck: Update to 1.5.0.
* gnu/packages/cran.scm (r-statcheck): Update to 1.5.0.
[propagated-inputs]: Add r-stringi.

Change-Id: If45a3ef59406aca472fbc4d8eb76fb13615636f7
2024-02-16 23:25:07 +01:00
Ricardo Wurmus 21cbde4794
gnu: r-v8: Update to 4.4.2.
* gnu/packages/cran.scm (r-v8): Update to 4.4.2.

Change-Id: Ib7943f0c2b513a055c9baa7611e690e0dbb74fb1
2024-02-16 23:25:07 +01:00
Paul A. Patience 7142f6df77
gnu: Add ckdl.
* gnu/packages/serialization.scm (ckdl): New variable.

Change-Id: I658369e85c80c985da3e61d2809d36e6e703ed8c
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2024-02-16 19:48:45 +01:00
Ricardo Wurmus 96a2357a8a
gnu: Add r-httpgd.
* gnu/packages/statistics.scm (r-httpgd): New variable.

Change-Id: Ic92860e67ef1153f23a4a1cf4f2a851fa059cdda
2024-02-16 15:57:29 +01:00
Ricardo Wurmus 1d6dcf4f80
gnu: Add r-unigd.
* gnu/packages/cran.scm (r-unigd): New variable.

Change-Id: Id1a19ef27b76b79785bd25e3597cf84748de80e0
2024-02-16 15:57:29 +01:00
Ricardo Wurmus bbd92eaa70
gnu: Add r-asioheaders.
* gnu/packages/cran.scm (r-asioheaders): New variable.

Change-Id: If1a82529d7d5b18f1f4d594136a2f4cd388ecbf0
2024-02-16 15:57:29 +01:00
Hilton Chain 5e556a19d2
gnu: Add yq.
* gnu/packages/web.scm (yq): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:34 +00:00
Hilton Chain 8b70d43653
gnu: Add go-github-com-mikefarah-yq-v4.
* gnu/packages/web.scm (go-github-com-mikefarah-yq-v4): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:34 +00:00
Hilton Chain 32aa57a358
gnu: Add go-gopkg-in-op-go-logging-v1.
* gnu/packages/golang-xyz.scm (go-gopkg-in-op-go-logging-v1): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I73b0ab7ed1e0f46a5bf8e4f92bcf3028dbf1a336
2024-02-16 14:17:34 +00:00
Sharlatan Hellseher 60d883db03
gnu: go-github-com-op-go-logging: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-op-go-logging): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here

Change-Id: Ifd2e30b644c7727650eef1996e86b679c994cb35
2024-02-16 14:17:34 +00:00
Hilton Chain 664e227b67
gnu: go-github-com-spf13-cobra: Update to 1.8.0.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.8.0.
[propagated-inputs]: Remove labels.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3eff757674ff9eafa1bd1c32bfb12616faa080c6
2024-02-16 14:17:34 +00:00
Hilton Chain 04f2710c5c
gnu: Add go-github-com-pelletier-go-toml-v2.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ibc9ee1c7dc3aac1628d2bd32fafc65c23d25c8e8
2024-02-16 14:17:34 +00:00
Hilton Chain 156bee7acf
gnu: go-github-com-magiconair-properties: Update to 1.8.7.
* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to
1.8.7.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:34 +00:00
Hilton Chain 852d0eab39
gnu: Add go-github-com-jinzhu-copier.
* gnu/packages/golang-xyz.scm (go-github-com-jinzhu-copier): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ibff15ec235790b915c852a0d9a33572a05f3374d
2024-02-16 14:17:34 +00:00
Hilton Chain af0b968955
gnu: go-github-com-goccy-yaml: Update to 1.11.3.
* gnu/packages/golang.scm (go-github-com-goccy-yaml): Update to 1.11.3.
[arguments] <#:go>: Use go-1.18.
[native-inputs]: Add go-github-com-google-go-cmp-cmp.  Replace
go-gopkg-in-go-playground-validator-v9 with
go-github-com-go-playground-validator-v10.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic037a61fe627411d380887d7a9f9962abf6ca004
2024-02-16 14:17:34 +00:00
Hilton Chain 8bd9ca475e
gnu: Add go-github-com-go-playground-validator-v10.
* gnu/packages/golang.scm (go-github-com-go-playground-validator-v10): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id54761e39cd01b3fa84d4183f5da87e8587f90d0
2024-02-16 14:17:34 +00:00
Hilton Chain d2a64c84a9
gnu: Add go-github-com-go-playground-assert-v2.
* gnu/packages/golang-check.scm (go-github-com-go-playground-assert-v2):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I18a67488291313c18a8e973614d78b6344d4dc45
2024-02-16 14:17:33 +00:00
Hilton Chain 62d3b90925
gnu: go-github-com-leodido-go-urn: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.4.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I22c392c55843d99f7ab9d69eb46d7c541e7b73f8
2024-02-16 14:17:33 +00:00
Hilton Chain 16bcf95282
gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1.
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator):
Update to 0.18.1.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia7b89b4f53af9288c9f5c449ef0734f2971031f5
2024-02-16 14:17:33 +00:00
Hilton Chain d86c93c9cb
gnu: go-github-com-goccy-go-json: Update to 0.10.2.
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json): Update to
0.10.2.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:33 +00:00
Hilton Chain 4a8db1ec82
gnu: go-github-com-fatih-color: Update to 1.16.0.
Fix lint warning: permanent redirect from
<https://godoc.org/github.com/fatih/color> to
<https://pkg.go.dev/github.com/fatih/color?utm_source=godoc>

* gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.16.0.
[home-page]: Adjust it to resolve lint warning.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I36921eab9350cb3581b58b5cb79fb0e04929045d
2024-02-16 14:17:33 +00:00
Hilton Chain b6231253ce
gnu: go-github-com-mattn-go-colorable: Update to 0.1.13.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.13

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:33 +00:00
Hilton Chain 274b363253
gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.20.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic76d494bde95315315a153211f241d80de17ce92
2024-02-16 14:17:33 +00:00
Hilton Chain 10ecec291e
gnu: Add go-github-com-elliotchance-orderedmap.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I44518a6a5371e5312b472aaa2c8d9a417d621924
2024-02-16 14:17:33 +00:00
Hilton Chain 701907fae9
gnu: Add go-github-com-dimchansky-utfbom.
* gnu/packages/golang-xyz.scm (go-github-com-dimchansky-utfbom): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I25ecf3bd881d2317b84ecaef5260c78296f51d56
2024-02-16 14:17:33 +00:00
Hilton Chain b2ad18ce4d
gnu: Add go-github-com-alecthomas-participle-v2.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-participle-v2):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia6a75894a65de756b771d2467125db411da2708b
2024-02-16 14:17:33 +00:00
Hilton Chain fd28001a44
gnu: Add go-github-com-alecthomas-assert-v2.
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2):
New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16 14:17:32 +00:00
Hilton Chain b5e008d04c
gnu: go-github-com-alecthomas-repr: Update to 0.3.0.
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.3.0.
[arguments] <#:go>: Use go-1.18.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3fe2baeff3cd4736688552029cf3902da01a415a
2024-02-16 14:17:32 +00:00
Hilton Chain 5a09b0447b
gnu: Add go-github-com-hexops-gotextdiff.
* gnu/packages/golang-check.scm (go-github-com-hexops-gotextdiff): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id133f1970759e104213726d4243600f86097aaad
2024-02-16 14:17:32 +00:00
Hilton Chain 8595b82d55
gnu: Add go-github-com-a8m-envsubst.
* gnu/packages/golang-xyz.scm (go-github-com-a8m-envsubst): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I356924d0eb4137425608d64d7ed16e1430b9be03
2024-02-16 14:17:20 +00:00
Ian Eure cf842e9b20
gnu: icu4c-73: Move it from gnuzilla.scm to icu4c.scm.
* gnu/packages/gnuzilla.scm (icu4c-73-promise): Delete variable.
(icecat-minimal)[inputs]: Use ‘icu4c-73’ instead of the promise.
* gnu/packages/icu4c.scm (icu4c-73): New variable.
(make-torbrowser)[inputs]: Use ‘icu4c-73’ instead of the promise.

Change-Id: I017e1416b70ecb94313aeb71aa4a0cafdfe0e9ab
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2024-02-16 14:56:27 +01:00
John Fremlin 8fee233246
gnu: sane-backends-minimal: Update to 1.2.1.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.2.1.

Change-Id: I16e3474616ee427f657c13150662f3e1a6e1bd24
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2024-02-16 13:40:19 +01:00
port19 ec9cb94ba2
gnu: ani-cli: Update to 4.8.
* gnu/packages/video.scm (ani-cli): Update to 4.8.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
Change-Id: I9746550ea989b14f7d2e3fe646daf323e09c8d4f
2024-02-16 13:17:46 +01:00
Clément Lassieur 67960be52e
gnu: 0ad-data: Make the package public but hidden.
So that ci.guix can pick it up (esp. the ‘disarchive’ and ‘source’ jobsets).

* gnu/packages/games.scm (0ad-data): Make variable public and add ‘hidden?’
property.

Reported-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I8129811f386a356a0e236850a43e6dee9bb6c3ac
2024-02-16 11:29:30 +01:00
nafkhamdc e3586aa61d
gnu: r-harmony: Update to 1.2.0.
* gnu/packages/cran.scm (r-harmony): Update to 1.2.0.
[source]: Remove snippet.
[home-page]: Update to canonical CRAN URL.
[propagated-inputs]: Remove r-irlba and r-tidyr; add r-rhpcblasctl.
[native-inputs]: Remove autoconf; add r-knitr.

Change-Id: I3c554bbb29ccc2b8a24d2d46e362b7d7cae56c1c
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-02-16 09:09:55 +01:00
Simon South 95f3db6910
gnu: sdcc: Update to 4.4.0.
* gnu/packages/embedded.scm (sdcc): Update to 4.4.0.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.

Change-Id: Ie35c590a7f3004bc9f081d99b7ce019ac66cf3c0
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-02-16 08:16:53 +01:00
Timothee Mathieu c83d67b809
gnu: Add python-gymnasium.
* gnu/packages/machine-learning.scm (python-gymnasium): New variable.

Change-Id: I22564c63b24ae98896f2e7b7da679463bd6b8496
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2024-02-16 08:01:24 +01:00
Timothee Mathieu cd225af6e6
gnu: Add python-farama-notifications.
* gnu/packages/python-xyz.scm (python-farama-notifications): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: Icbf19b9d6be1051dc92bf638e0a37f0831183c50
2024-02-16 08:01:23 +01:00
Guillaume Le Vaillant bd87416648
gnu: Add dumpvdl2.
* gnu/packages/radio.scm (dumpvdl2): New variable.

Change-Id: I0d4fb449f8e01d6b8fe44d2132a6cc10e9cd41b5
2024-02-15 23:10:42 +01:00
Guillaume Le Vaillant f01d53d5af
gnu: Add libacars.
* gnu/packages/radio.scm (libacars): New variable.

Change-Id: I0f849b62de2c3314f215b17d54e7414110dbe828
2024-02-15 22:51:08 +01:00
Sharlatan Hellseher 3e2334d945
gnu: go-github-com-mattn-go-shellwords: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/terminals.scm: Add (gnu packages golang-xyz) module.

Change-Id: Icedf167f4477c6a84fd1b897ca208d6e737efb48
2024-02-15 21:20:32 +00:00
Sarah Morgensen 7e773e8f05
gnu: go-github-com-mattn-go-shellwords: Enable tests.
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords)
[arguments] <#:tests?>: Enable tests.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib306e412e28ad7c2d005b6662e23a20afcaeaf40
2024-02-15 21:11:01 +00:00
Sarah Morgensen 839039c0b5
gnu: go-github-com-mattn-go-shellwords: Fix sh path.
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords)
[arguments] <#:phases> {patch-sh-path}: New phase.

Co-authored-by: Sharlatan Hellseher <sharlatanus@mgail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I9e8051a502471ff1ade2517c9d839af765de3a25
2024-02-15 21:06:54 +00:00
Sharlatan Hellseher 8c9bc0e710
gnu: go-github-com-mattn-go-shellwords: Fix indentation.
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Fix
indentation.

Change-Id: Ib8825a82f92096f17d50bbbc1645c212c2986aa7
2024-02-15 20:54:29 +00:00
Sarah Morgensen 008811aef6
gnu: go-github-com-mattn-go-shellwords: Update to 1.0.12.
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Update to
1.0.12.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Idc4cfdcddacce007cd2d4ba1274a7752a25756e3
2024-02-15 20:52:00 +00:00
Ricardo Wurmus 203344cc37
gnu: r-sparsearray: Update to 1.2.4.
* gnu/packages/bioconductor.scm (r-sparsearray): Update to 1.2.4.

Change-Id: If4a2fe3e569de4bbeb3d32f9426cfe0dda8b3a63
2024-02-15 14:36:30 +01:00
Ricardo Wurmus cf5ab2fbd7
gnu: r-variancepartition: Update to 1.32.3.
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.32.3.

Change-Id: I1ae9506043ac4d8ac8f71464849150fee8df53d6
2024-02-15 14:36:30 +01:00
Ricardo Wurmus d0e229824b
gnu: r-glmgampoi: Update to 1.14.3.
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.14.3.

Change-Id: Ia30075034acb164459d04bde7d25d0a6f8f85202
2024-02-15 14:36:30 +01:00
Ricardo Wurmus 4fa6f48250
gnu: r-edger: Update to 4.0.15.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.15.

Change-Id: I8d7f513f2458d14096332040dc37219d69fb44d0
2024-02-15 14:36:30 +01:00
Ricardo Wurmus b9f80a6698
gnu: r-annotationhubdata: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-annotationhubdata): Update to 1.32.1.

Change-Id: Ic906e18c55fd269a6ebf4c959b9605fd1a90a054
2024-02-15 14:36:30 +01:00
Ricardo Wurmus 5ad54df6b0
gnu: r-survival: Update to 3.5-8.
* gnu/packages/statistics.scm (r-survival): Update to 3.5-8.

Change-Id: I3e55a7ef9b05819f7a0fe7911614be7d478bf837
2024-02-15 14:12:23 +01:00
Ricardo Wurmus a78844f583
gnu: r-isocodes: Update to 2024.02.12.
* gnu/packages/cran.scm (r-isocodes): Update to 2024.02.12.

Change-Id: I029bd44b62fcc1bef9fbc9be49bf179991f15436
2024-02-15 14:12:23 +01:00
Ricardo Wurmus 3d8c3850a3
gnu: r-filesstrings: Update to 3.4.0.
* gnu/packages/cran.scm (r-filesstrings): Update to 3.4.0.

Change-Id: I2edb3e1e553b7b56d8b65d2a27cb5dfee6fdca7d
2024-02-15 14:12:23 +01:00
Ricardo Wurmus 3560d91734
gnu: r-parallelly: Update to 1.37.0.
* gnu/packages/cran.scm (r-parallelly): Update to 1.37.0.

Change-Id: I4465b188dd05fd53618c1da32b67b55c6fa33ba5
2024-02-15 14:12:23 +01:00