Commit graph

134301 commits

Author SHA1 Message Date
Nicolas Goaziou
46c0a8f84f
gnu: emacs-benchmark-init: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.2.

Change-Id: Ia35e007cf45e2f9177687975c03affee3d444745
2024-03-25 14:41:33 +01:00
Nicolas Goaziou
97396db10e
gnu: emacs-auto-compile: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.0.

Change-Id: Iaf423ebe77536c649b128b4c711fb6b7c6e4544d
2024-03-25 14:41:32 +01:00
Nicolas Goaziou
8f5b140303
gnu: emacs-buffer-env: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-buffer-env): Update to 0.6.

Change-Id: Ie18c03c0d897597de58df50ec3d3c61bdb55ad34
2024-03-25 14:41:32 +01:00
Nicolas Goaziou
14d5155e63
gnu: emacs-devdocs: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.6.

Change-Id: I6e4cb729ccacf19c5e2365ee4114d05617d8b66b
2024-03-25 14:41:32 +01:00
Nicolas Goaziou
5b66df0450
gnu: emacs-jit-spell: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.4.

Change-Id: I29467ecf59f8eb021a5871cf67dfa76de3a80ae0
2024-03-25 14:41:31 +01:00
Andre A. Gomes
1415ea78c1
gnu: cl-golden-utils: Update to 0.0.0-4.e43914a.
* gnu/packages/lisp-xyz.scm (sbcl-golden-utils): Update to 0.0.0-4.e43914a.
  [home-page]: Update URL.

Change-Id: I52a76ada520cb2f30fe94a7adc4c66086d6b7ec9
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-03-25 10:20:08 +01:00
Vagrant Cascadian
a6fc564bcc
gnu: Fix spelling of "This package" in various package descriptions.
* gnu/packages/cran.scm (r-formula-tools): Fix spelling of "This package" in
description.
* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Likewise.
* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): Likewise.
* gnu/packages/tex.scm (texlive-breakcites, texlive-psgo, texlive-footnpag,
texlive-pdfpc, texlive-phfcc): Likewise.
2024-03-24 18:40:22 -07:00
Sharlatan Hellseher
27adf51a58
gnu: sqls: Fix home and source URL.
* gnu/packages/databases.scm (sqls): Place [home-page] after
[native-inputs].
[source]: Swap to use direct source URL string instead of home page.
[arguments]: Use list format. Set <#:install-source?> to #t.
[home-page]: Fix URL after lint permanent redirect warning.
[inputs]: Sort alphabetically.

Change-Id: I50f1c9b38efb5774f6d95d79c4f5f8e1774fd75e
2024-03-24 22:06:33 +00:00
Sharlatan Hellseher
40d697a301
gnu: go-github-com-lib-pq: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/databases.scm: Remvoe (gnu packages syncthing).

Change-Id: I0f2f9c2366fd47b7167044d76f8c2c67a2f65544
2024-03-24 21:49:35 +00:00
Artyom V. Poptsov
db340ca57a
gnu: go-github-com-multiformats-go-varint: Fix import path.
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-varint):
[arguments]: Replace occurrences of "go-options" with "go-varint".
[home-page]: Likewise.

Change-Id: I0ded7b789024555c4e313ce21d3c42eadf3ae579
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-24 21:29:35 +00:00
Vivien Kraus
f367047e95
gnu: todoman: Fix tests.
* gnu/packages/task-management.scm (todoman) [#:phases] <check>: Load the `ci'
hypothesis profile provided by upstream.

Change-Id: I2ea01f8c424a50cd617303f8338f92563e7b0204
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-03-24 11:48:53 +01:00
Vivien Kraus
51f59e2426
gnu: todoman: Update style.
* gnu/packages/task-management.scm (todoman) [arguments]: Convert to list of G-Expressions.

Change-Id: I63faadabb27fa2053e3e01c3e285176bc040c634
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-03-24 11:48:53 +01:00
Vivien Kraus
17d12bf6a6
gnu: kcalendarcore: Disable failing test.
* gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
‘disable-failing-test’.

Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-03-24 11:48:52 +01:00
Vivien Kraus
da381e2334
gnu: lightdm: Run tests with dbus-1.15.0.
* gnu/packages/display-managers.scm (lightdm)[native-inputs]: Replace dbus
with dbus-1.15.0.

Change-Id: Icc3b3f7d4589b60220e15aaa02d2203af308d44c
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:13:54 +00:00
Vivien Kraus
37db4e2188
gnu: Add dbus-1.15.0.
The NEWS file for 1.15.2 (the next release after 1.15.0) indicates a breaking
change.  This is the latest release that the lightdm testsuite can work with.

* gnu/packages/glib.scm (dbus-1.15.0): New variable.

Change-Id: I9c3553b315e6618fbbf19aade6b807ab7120364b
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:12:50 +00:00
Vivien Kraus
88c1804022
gnu: lightdm: Update style.
* gnu/packages/display-managers.scm (lightdm)[arguments]: Convert to list of
G-Expressions.

Change-Id: I8d7beb73e636be066d2dbe2588a5ebcb2f5afec0
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:12:41 +00:00
Vivien Kraus
d48d0baad1
gnu: pango-1.90: Disable failing test.
* gnu/packages/gtk.scm (pango-1.90)[source]: Disable failing test.

Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:11:36 +00:00
Vivien Kraus
939ed8515c
gnu: duc: Update style.
* gnu/packages/disk.scm (duc) [arguments]: Convert to list of G-Expressions.

Change-Id: Iefcdcc55b1e71f7e866cb04795ef74f3b675cfce
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:02:44 +00:00
Vivien Kraus
19cd76e3f7
gnu: duc: Fix build.
* gnu/packages/patches/duc-fix-test-sh.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/disk.scm (duc): Use it here.

Change-Id: I664614dc35fb88f8ee63dbe727a38f17f4af0f8e
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:02:44 +00:00
Vivien Kraus
85c99aa1cf
gnu: pdfpc: Fix build with vala 0.56.
* gnu/packages/patches/pdfpc-build-with-vala-0.56.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/pdf.scm (pdfpc): Use it here.
[inputs]: Drop labels.

Change-Id: Ib762da3dd23612f952215a2f8d383552e7bc050c
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:01:50 +00:00
Vivien Kraus
f8c6cc02ee
gnu: conan: Disable flaky test.
* gnu/packages/package-management.scm (conan)[#:phase]<check>: Also disable
test_basic_parallel_install.

Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 10:00:36 +00:00
Vivien Kraus
beec255338
gnu: shotwell: Update to 0.32.6.
* gnu/packages/gnome.scm (shotwell): Update to 0.32.6.
[arguments]: Convert to list of G-Expressions.
[#:phase 'skip-gtk-update-icon-cache]: Adjust to build system change.
[inputs]: Add libportal.

Change-Id: I5167d13d8514e278732459d1705f0041e3797894
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-24 09:58:18 +00:00
Sharlatan Hellseher
28bc0e870b
gnu: magic-wormhole: Fix home page.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server,
magic-wormhole-transit-relay, magic-wormhole)
[home-page]: Fix it after a lint warning of permanent redirection.

Change-Id: Ie0e8a8b0af982e46c05ae7dfc8f375cc18632c67
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
edf7bd05e1
gnu: magic-wormhole-transit-relay: Remove some native inputs.
Remove python-check as no longer required.

* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay)
[native-inputs]: Remove python-pyflakes and python-tox.

Change-Id: I3908aa379aa4ca6445ecc1045d45da2381314a06
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
7c11136764
gnu: magic-wormhole-transit-relay: Fix indentation.
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): Fix
indentation.
[description]: Start with a new line and adjust indentation.

Change-Id: I65c978a332088c66c88e4459d26a1f78e3c9ffdc
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
b877fead3b
gnu: magic-wormhole-mailbox-server: Fix indentation.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Fix
indentation.
[description]: Start with a new line and adjust indentation.

Change-Id: I0a246de5dfdf5823b1b794728113207b6ca46ccc
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
8444c7b0dc
gnu: magic-wormhole: Limit amount of loaded symbols.
Select only 'pypi-uri from (gnu build-system python) exported symbols,
rest is not required as the whole module uses just
pyproject-build-system.

Change-Id: I4928ad51bb915494d5234c48cc1d638dd4aa0aca
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
70386806e1
gnu: magic-wormhole-transit-relay: Simplify package.
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay)
Use G-expressions
[build-system]: Swap to pyproject-build-system.
[arguments] <#:phases>: Remove traling #t from lambda.
[native-inputs]: Add python-pytest.

Change-Id: I1d72d48768016067d1a6a24e47eb9144b36d38e4
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
9972487417
gnu: magic-wormhole-mailbox-server: Simplify package.
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server)
[build-system]: Swap to pyproject-build-system.
[arguments] <#:phases>: Remove 'patch-tests phase.
[native-inputs]: Add python-pytest.

Change-Id: I23085e927965c2191bad242a0fb07132cb30e99d
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
3b43d01c61
gnu: magic-wormhole: Add licenses prefix.
Sort modules alphabetically and add prefix for licenses module.

* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server,
magic-wormhole-transit-relay, magic-wormhole) [license]: Use prefix.

Change-Id: I2eac5730c9257fe435af102541bea4cdd9c66845
2024-03-23 20:58:34 +00:00
Sharlatan Hellseher
d72fe75367
gnu: magic-wormhole: Fix indentation.
* gnu/packages/magic-wormhole.scm (magic-wormhole): Fix indentation.
[description]: Start with a new line and fix indentation.

Change-Id: I0d72dba2b5682c5bec71b6b5765d513f75c781f0
2024-03-23 20:58:33 +00:00
Sharlatan Hellseher
fb667a7a8a
gnu: magic-wormhole: Simplify package.
* gnu/packages/magic-wormhole.scm: Use G-expressions.
[build-system]: Swap to pyproject-bulid-system.
[arguments]: <#:phases>: Remove trailing #t from lambda.
[native-inputs]: Add python-pytest. Remove python-noiseprototocl.
[propagated-inputs]: Add python-noiseprototocl, listed as an optional
install dependence.

Change-Id: Ie00a23ed3d31ca46d200fa6dfc5404f7803aae14
2024-03-23 20:58:33 +00:00
normalmente
68455ddf4b
gnu: magic-wormhole: Update to 0.13.0.
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.13.0.
[native-inputs]: Add python-noiseprotocol to make tests pass.

Change-Id: I59008f27081efcc3b558dad59bef6ebdc9b34f38
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-23 20:58:33 +00:00
normalmente
fd579def37
gnu: Add python-noiseprotocol.
* gnu/packages/python-web.scm (python-noiseprotocol): New variable.

Change-Id: Id62f22f9fd3f019beded5ce5c0fe9123c34f8bb2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-23 20:58:33 +00:00
Mark H Weaver
060708ef6c
gnu: icecat: Update to 115.9.1-guix0-preview1 [fixes CVE-2024-29944].
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-03-23 16:18:43 -04:00
Vinicius Monego
bf530017f0
gnu: libdjinterop: Update to 0.20.2.
* gnu/packages/audio.scm (libdjinterop): Update to 0.20.2.
[build-system]: Use cmake-build-system.
[arguments]: Delete the make-git-checkout-writable phase.

Change-Id: I0e5c96834ce16d159479a30ab6089aa727a6d8d1
2024-03-23 09:30:45 -03:00
Vinicius Monego
1e10306460
gnu: python-scrapy: Update to 2.11.1.
* gnu/packages/python-web.scm (python-scrapy): Update to 2.11.1.
[native-inputs]: Add python-pexpect.

Change-Id: Ief50a55a27a2b6e3ae143d43a8b07a9011048565
2024-03-23 09:30:45 -03:00
Vinicius Monego
7ef2959085
gnu: python-deepxde: Update to 1.11.0.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.11.0.

Change-Id: Ifc58877d5ad1b7e485b7c05d1451f82371a62769
2024-03-23 09:30:45 -03:00
Vinicius Monego
6a1c2e83be
gnu: python-mapie: Update to 0.8.3.
* gnu/packages/statistics.scm (python-mapie): Update to 0.8.3.

Change-Id: Ie8b61adf040a7ca8c25f0eed90e560318f1b5c4e
2024-03-23 09:30:45 -03:00
Vinicius Monego
c89248cc50
gnu: gmic: Update to 3.3.5.
* gnu/packages/image-processing.scm (gmic): Update to 3.3.5.

Change-Id: I5e5ced3044ff92bbf66bc4dde5506fac1b883f0b
2024-03-23 09:30:45 -03:00
Vinicius Monego
8d4aae6e0d
gnu: python-pymc: Update to 5.11.0.
* gnu/packages/statistics.scm (python-pymc): Update to 5.11.0.

Change-Id: Idd61bd5811201e32539bce9f6359d33c67063e85
2024-03-23 09:30:45 -03:00
Vinicius Monego
fc14ef5465
gnu: python-arviz: Update to 0.17.1.
* gnu/packages/statistics.scm (python-arviz): Update to 0.17.1.

Change-Id: Ib6d108a92c12a8f3cb636c09a31bb61612ee6caa
2024-03-23 09:30:44 -03:00
Vinicius Monego
1c5a685c75
gnu: gsequencer: Update to 6.5.2.
* gnu/packages/music.scm (gsequencer): Update to 6.5.2.

Change-Id: I028a10d05935b4b90ab9517de993fcd3b62bb07d
2024-03-23 09:30:42 -03:00
宋文武
9f11c33b6d
gnu: Add logtalk.
* gnu/packages/prolog.scm (logtalk): New package.

Change-Id: I99e04e70b32c498b5da1f094752279e4668f3865
2024-03-23 19:17:59 +08:00
宋文武
517a198060
gnu: rizin: Update to 0.7.2.
* gnu/packages/engineering.scm (rizin): Update to 0.7.2.
[arguments]: Add '-Duse_sys_libzstd=enabled' and '-Duse_sys_pcre2=enabled' to
configure-flags.  Enable 'hash' tests.
[inputs]: Add pcre2 and zstd:lib.

Change-Id: I36321856b400e509cf00580588bfbc3b9e828f7f
2024-03-23 19:15:23 +08:00
Felix Gruber
f285a968b1
gnu: python-box: Update to 7.1.1.
* gnu/packages/python-xyz.scm (python-box): Update to 7.1.1.
[source]: Download from github since pypi tarball does not contain all
test files.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-toml; add python-tomli and
python-tomli-w.
[native-inputs]: Add python-cython, python-pytest, and python-wheel.

Change-Id: Ia39063054821e75768b1d9a5c937eab432e7c59e
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-23 09:35:25 +00:00
Herman Rimm
f7ba5df8b0
gnu: seahorse: Update to 43.0.
* gnu/packages/gnome.scm (seahorse): Update.

Change-Id: I13ce7c9e2cfb7c0b8d575148a502d81ddf30d13d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-03-23 05:16:31 +01:00
Herman Rimm
5b26305e0e
gnu: libsecret: Update to 0.21.4.
* gnu/packages/gnome.scm (libsecret): Update.

Change-Id: I8a785f1fa9ff9ddde6dfda9a52abd0405b5ab448
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-03-23 05:16:30 +01:00
Wilko Meyer
f6f4c71df5
gnu: Add linux-libre 6.8.
* gnu/packages/linux.scm (linux-libre-6.8-version, linux-libre-6.8-gnu-revision,
deblob-scripts-6.8, linux-libre-6.8-pristine-source, linux-libre-6.8-source,
linux-libre-headers-6.8, linux-libre-6.8): New variables.
* gnu/packages/aux-files/linux-libre/6.8-arm.conf,
gnu/packages/aux-files/linux-libre/6.8-arm64.conf,
gnu/packages/aux-files/linux-libre/6.8-i686.conf,
gnu/packages/aux-files/linux-libre/6.8-x86.conf: New files.
* Makefile.am (AUX_FILES): Add them.

Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I338eb725e0b991c67e4d98bd1ef0c441d3d8f0c6
2024-03-22 21:59:02 -04:00
Wilko Meyer
6f0c3f8bf6
gnu: linux-libre 4.19: Update to 4.19.310.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.310.
(linux-libre-4.19-pristine-source): Update hash.

Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I6785b6aad690143b5f28f04a8a57dd500f19ee03
2024-03-22 21:59:01 -04:00