Commit graph

81748 commits

Author SHA1 Message Date
Leo Famulari 3832d66cfd
gnu: lynx: Update to 2.9.0dev.9 [security fixes].
Fixes <https://lists.nongnu.org/archive/html/lynx-dev/2021-08/msg00000.html>.

* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.9.
2021-07-27 12:34:57 -04:00
Leo Famulari 178cbc30d4
gnu: GPSD: Update to 3.23.
Fixes <https://gitlab.com/gpsd/gpsd/-/issues/144>, "GPSD time will jump
back 1024 weeks at after week=2180 (23-October-2021)".

See also <http://bugs.gnu.org/49815>.

* gnu/packages/gps.scm (gpsd): Update to 3.23.
[arguments]: Set TAR=noop in the 'fix-build' phase.
2021-07-27 12:34:56 -04:00
muradm 29883f1130
services: pam-limits: fix limits.conf location
* gnu/services/base.scm: fix limits.conf location

This fixes #49771

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-08-07 17:34:23 +02:00
Nicolas Goaziou ae16fa14d3
gnu: emacs-elfeed-score: Update to 0.7.10.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
2021-08-07 16:42:57 +02:00
Tobias Geerinckx-Rice dacab2ef4b
gnu: dovecot-pigeonhole: Update to 0.5.16.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.16.
2021-08-07 15:26:06 +02:00
Tobias Geerinckx-Rice eeb38a3a7b
gnu: dovecot: Update to 2.3.16.
* gnu/packages/mail.scm (dovecot): Update to 2.3.16.
2021-08-07 15:26:06 +02:00
Maxime Devos 50c2dcd1c9
etc: committer: Support reading G-expressions.
Some package definitions use G-expressions (see, e.g., chez-scheme).
Import (guix gexp) such that Guile knows how to read those.
Otherwise, an exception such as the following might be raised:

ERROR: In procedure read:
In procedure scm_lreadr: gnu/services/networking.scm:480:16: Unknown # object: #\~

* etc/committer.scm.in: Import (guix gexp).

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-08-07 14:01:20 +02:00
Nicolas Goaziou a496afd8fc
gnu: Add emacs-valign.
* gnu/packages/emacs-xyz.scm (emacs-valign): New variable.
2021-08-07 11:28:33 +02:00
Nicolas Goaziou 9dce1e2398
gnu: emacs-magit: Update to 3.2.1.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.2.1.
2021-08-07 09:08:36 +02:00
Nicolas Goaziou fd45f8b0c3
gnu: emacs-fountain-mode: Update to 3.5.1.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.1.
2021-08-07 09:05:30 +02:00
Nicolas Goaziou f96ba8bd2a
gnu: giac: Update to 1.7.0-25.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-25.
2021-08-06 21:06:45 +02:00
Nicolas Goaziou c314465d74
gnu: emacs-olivetti: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.0.
2021-08-06 21:00:35 +02:00
Nicolas Goaziou df5096031b
gnu: emacs-ebdb: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.7.1.
2021-08-06 20:58:19 +02:00
Leo Prikler 95ead719a3
gnu: komikku: Update to 0.30.0.
* gnu/packages/gnome.scm (komikku): Update to 0.30.0.
[inputs]: Add python-natsort.
2021-08-06 20:26:20 +02:00
Efraim Flashner c8e2be3b32
gnu: julia-lazyarrays: Update to 0.21.14.
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.21.14.
2021-08-06 18:30:35 +03:00
Efraim Flashner 8822ee1775
gnu: julia: Update to 1.6.2.
* gnu/packages/julia.scm (julia): Update to 1.6.2.
[arguments]: Add phase to adjust the expected number of precompile
statements. Adjust custom 'disable-broken-tests phase to remove fixed
test.
[native-inputs]: Remove nss-certs.
2021-08-06 16:29:29 +03:00
Raghav Gururajan 1711f52931
gnu: Add slscroll.
* gnu/packages/suckless.scm (slscroll): New variable.
2021-08-06 08:26:57 -04:00
Raghav Gururajan d26a7a5e4b
gnu: Add tabbed.
* gnu/packages/suckless.scm (tabbed): New variable.
2021-08-06 08:26:56 -04:00
Sarah Morgensen dc151c8fb1
gnu: go-1.16: Update to 1.16.7.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.7.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06 08:15:02 -04:00
Lars-Dominik Braun 196f171c55
gnu: Add r-datasaurus.
* gnu/packages/statistics.scm (r-datasaurus): New variable.
2021-08-06 09:59:27 +02:00
Katherine Cox-Buday 0d72f24ac0
gnu: emacs-direnv: Patch the reference to direnv.
* gnu/packages/emacs-xyz.scm (emacs-direnv)
[phases]{patch-in-direnv}: New phase.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06 00:39:51 -04:00
nee c64c49b152
gnu: yamagi-quake2: Patch dynamically loaded libraries.
* gnu/packages/games.scm (yamagi-quake2)
[arguments]{make-flags}: Remove the DLOPEN_OPENAL=no make flag, which was
not working as intended.
[phases]{patch-libraries}: New phase.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-06 00:00:02 -04:00
Pkill -9 f8f096d1e8
gnu: Add tetrinet.
* gnu/packages/games.scm (tetrinet): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05 23:18:16 -04:00
Maxim Cournoyer 362a1cc3fb
gnu: restic: Have the custom check phase honor TESTS?.
* gnu/packages/backup.scm (restic)[phases]{check}: Honor TESTS?.
2021-08-05 22:56:49 -04:00
Sarah Morgensen 1273548f4f
gnu: restic: Patch tests for go-1.16.
* gnu/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/backup.scm (restic): Use it.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05 22:56:49 -04:00
Sarah Morgensen 733ca63bcd
gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16.
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar)
[phases]{remove-incompatible-test}: New phase.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05 22:56:46 -04:00
Leo Famulari d0d3bcc615
gnu: linux-libre 4.4: Update to 4.4.278.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.278.
(linux-libre-4.4-pristine-source): Update hash.
2021-07-27 12:34:58 -04:00
Leo Famulari 0d579938e8
gnu: linux-libre 4.9: Update to 4.9.278.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.278.
(linux-libre-4.9-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Leo Famulari d4be54a188
gnu: linux-libre 4.14: Update to 4.14.242.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.242.
(linux-libre-4.14-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Leo Famulari f02bff795f
gnu: linux-libre 4.19: Update to 4.19.201.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.201.
(linux-libre-4.19-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Leo Famulari 2606a33d00
gnu: linux-libre 5.4: Update to 5.4.138.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.138.
(linux-libre-5.4-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Leo Famulari f4977a336d
gnu: linux-libre 5.10: Update to 5.10.56.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.56.
(linux-libre-5.10-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Leo Famulari 7399e0fde9
gnu: linux-libre: Update to 5.13.8.
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.8.
(linux-libre-5.13-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Nicolas Goaziou 4be98fbe7e
gnu: crawl: Update to 0.27.0.
* gnu/packages/games.scm (crawl): Update to 0.27.0.
2021-08-05 22:38:21 +02:00
Nicolas Goaziou 447ce7d57e
gnu: tome4: Update to 1.7.4.
* gnu/packages/games.scm (tome4): Update to 1.7.4.
2021-08-05 22:27:13 +02:00
Felix Gruber 76d68744cc
gnu: audacious: Update to 4.1.
* gnu/packages/music.scm (audacious): Update to 4.1.
[inputs]: Replace libmodplug with libopenmpt.
[arguments]: Add --disable-gtk configure flag as building against GTK,
in addition to QT, has otherwise become the default.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-08-05 22:01:00 +02:00
Xinglu Chen fd3f1e8092
gnu: mcron: Update to 1.2.1.
* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05 13:00:02 -04:00
Ricardo Wurmus f1b64c435a
gnu: pigx-sars-cov2-ww: Update to 0.0.3.
* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.3.
2021-08-05 16:46:34 +02:00
Lars-Dominik Braun 7e05fda6e8
gnu: pypy3: Use gdbm compat library and other small fixes.
* gnu/packages/python.scm (pypy3)[inputs]: Remove bash-minimal.
[phases]: Remove trailing #t.
{patch-source}: Use gdbm compat library.  Fix shell with the implicit Bash
input.
{build}: Use the '--allworkingmodules' argument.
{install}: Refactor for clarity.
[license]: Re-indent comments.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-08-05 10:29:59 -04:00
Maxim Cournoyer 49432f6534
gnu: pypy3: Update to 7.3.5.
The patch disabling tests is removed because it only fixes 2 out of 43 test
failures.

* gnu/packages/patches/pypy3-7.3.1-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/python.scm (pypy3): Update to 7.3.5.
[patches]: Remove patch.
2021-08-05 10:29:58 -04:00
Sarah Morgensen ead6cc03c6
gnu: go-1.16: Honor #:parallel-build?
* gnu/packages/golang.scm (go-1.16)[arguments]<#:phases>{build}: Honor
parallel-build?

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:54:13 +03:00
Sarah Morgensen 8cc36f76bb
gnu: earlyoom: Patch tests for go-1.16.
* gnu/packages/linux.scm (earlyoom)[source]: Add snippet to not use
modules in test suite.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:44:55 +03:00
Sarah Morgensen 457a472888
gnu: go-etcd-io-bbolt: Update to 1.3.6.
* gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.6.
[propagated-inputs]: Add go-golang-org-x-sys.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:57 +03:00
Sarah Morgensen 4a72b9875a
gnu: go-gopkg-in-check-v1: Update to 1.0.0-20201130134442-10cb98267c6c.
* gnu/packages/golang.scm (go-gopkg-in-check-v1): Update to
1.0.0-20201130134442-10cb98267c6c.
[license]: Correct license.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:56 +03:00
Sarah Morgensen 759aa3f062
gnu: go-github-com-dlclark-regexp2: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Update to 1.4.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:55 +03:00
Sarah Morgensen 422b365e59
gnu: go-github-com-magiconair-properties: Update to 1.8.5.
* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:54 +03:00
Sarah Morgensen dadb275ff8
gnu: go-github-com-masterminds-goutils: Update to 1.1.1.
* gnu/packages/golang.scm (go-github-com-masterminds-goutils): Update to 1.1.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:53 +03:00
Sarah Morgensen 26bca253b5
gnu: go-github-com-pelletier-go-toml: Update to 1.9.3.
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:52 +03:00
Sarah Morgensen ddff7c8b1b
gnu: go-github-com-sergi-go-diff: Update to 1.2.0.
* gnu/packages/golang.scm (go-github-com-sergi-go-diff): Update to 1.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:51 +03:00
Sarah Morgensen 174a43b928
gnu: go-go-uber-org-atomic: Update to 1.8.0.
* gnu/packages/golang.scm (go-go-uber-org-atomic): Update to 1.8.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-05 16:41:50 +03:00