Commit graph

71339 commits

Author SHA1 Message Date
Vincent Legoll e43a8d7375
gnu: lxc: Update to 4.0.5.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-24 15:47:20 -05:00
Vincent Legoll b6ad608911
gnu: memtester: Update to 4.5.0.
* gnu/packages/hardware.scm (memtester): Update to 4.5.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-24 15:42:49 -05:00
Vincent Legoll 9325171df4
gnu: xfsprogs: Update to 5.10.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.10.0.
[inputs]: Add libinih.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-24 15:19:02 -05:00
Vincent Legoll fcdf4b4ec6
gnu: Add libinih.
* gnu/packages/linux.scm (libinih): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-24 15:19:02 -05:00
Tobias Geerinckx-Rice c9120aa101
gnu: opensmtpd: Update to 6.8.0p2.
* gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p2.
[arguments]: Remove 'fix-man-page-detection phase again thanks to
excellent upstream fanservice.
2020-12-24 16:24:16 +01:00
Tobias Geerinckx-Rice f6e06e8b15
gnu: opensmtpd: Update to 6.8.0p1.
* gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p1.
2020-12-24 12:42:41 +01:00
Nicolas Goaziou 20a687bbfb
gnu: emacs-chronometrist: Update to 0.5.6.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.6.
2020-12-24 09:58:29 +01:00
Vincent Legoll 4f9e0777b9
gnu: openttd-engine: Update to 1.10.3.
* gnu/packages/games.scm (openttd-engine): Update to 1.10.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-23 22:21:14 +01:00
Vincent Legoll 0084f7e9b2
gnu: freeciv: Update to 2.6.2.1.
* gnu/packages/games.scm (freeciv): Update to 2.6.2.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-23 21:59:34 +01:00
Christopher Baines 4cf262e7ba
gnu: guix-build-coordinator: Update to 0-12.c33d3f5.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-12.c33d3f5.
[arguments]: Include coreutils in the PATH.
2020-12-23 20:54:43 +00:00
Oleg Pykhalov 9bc00fb957
Revert "gnu: gita: Update to 0.11.9."
This reverts commit 5540159f3e which updates
gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
2020-12-23 21:58:40 +03:00
Oleg Pykhalov 5540159f3e
gnu: gita: Update to 0.11.9.
* gnu/packages/version-control.scm (gita): Update to 0.11.9.
2020-12-23 21:53:33 +03:00
lsp 4994e1f2bd
gnu: Add uriparser.
* gnu/packages/web.scm (uriparser): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23 17:30:14 +01:00
Morgan Smith d6b0d219c6
etc: snippets: Add new build systems to package snippet.
* etc/snippets/scheme-mode/guix-package: Add the following as possibilities
for the build-system field:

clojure-build-system
copy-build-system
dune-build-system
guile-build-system
julia-build-system
linux-module-build-system
maven-build-system
node-build-system
qt-build-system
rakudo-build-system

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23 17:30:14 +01:00
Joseph LaFreniere a7adc542f2
gnu: Add gron.
* gnu/packages/golang.scm (go-github-com-tomnomnom-gron): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23 17:30:14 +01:00
Joseph LaFreniere 39488edb2d
gnu: go-github-com-mattn-go-colorable: Update to 0.1.8.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23 17:30:14 +01:00
Joseph LaFreniere 81c7f13d74
gnu: Add go-github-com-nwidger-jsoncolor.
* gnu/packages/golang.scm (go-github-com-nwidger-jsoncolor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23 17:30:14 +01:00
Ludovic Courtès dadabaf358
gnu: guix: Update to 7624ebb.
* gnu/packages/package-management.scm (guix): Update to 7624ebb.
2020-12-23 17:30:10 +01:00
Ludovic Courtès 7624ebbae3
ssh: Use 'guix repl' instead of 'guile'.
This simplifies setup of build machines: no need to install Guile in
addition to Guix, no need to set 'GUILE_LOAD_PATH' & co., leading to
fewer failure modes.

* guix/ssh.scm (remote-run): New procedure.
(remote-daemon-channel): Use it instead of 'open-remote-pipe*'.
(store-import-channel)[import]: Remove check for module availability.
Add call to 'primitive-exit'.
Use 'remote-run' instead of 'open-remote-pipe'.
(store-export-channel)[export]: Remove check for module availability.
Add calls to 'primitive-exit'.
Use 'remote-run' instead of 'open-remote-pipe'.
(handle-import/export-channel-error): Remove 'module-error' clause.
(report-module-error): Remove.
* guix/scripts/offload.scm (assert-node-has-guix): Replace call to
'report-module-error' by 'leave'.
* doc/guix.texi (Daemon Offload Setup): Remove mention of Guile.
2020-12-23 16:03:32 +01:00
Ludovic Courtès be5a75ebb5
substitute: Reuse connections for '--query'.
This significantly speeds up things like substituting the closure of a
.drv.  This is a followup to 5ff521452b.

* guix/scripts/substitute.scm (http-multiple-get): Add #:open-connection
and #:keep-alive? and honor them.
(open-connection-for-uri/maybe): Use 'open-connection-for-uri/cached'
instead of 'guix:open-connection-for-uri'.  Call 'http-multiple-get'
within 'call-with-cached-connection'.
(open-connection-for-uri/cached): Add #:timeout and #:verify-certificate?
and honor them.
(call-with-cached-connection): Add 'open-connection'  parameter and
honor it.
2020-12-23 16:03:32 +01:00
Christopher Baines 769a7e4b97
gnu: patchwork: Update to 3.0.0.
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.0.
2020-12-23 13:23:15 +00:00
Ricardo Wurmus 032a26d50b
gnu: Add emacs-svg-tag-mode.
* gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): New variable.
2020-12-23 14:10:02 +01:00
Nicolas Goaziou 78e93c2677
gnu: xournalpp: Update to 1.0.20.
* gnu/packages/pdf.scm (xournalpp): Update to 1.0.20.
2020-12-23 13:37:02 +01:00
Christopher Baines ab40e8614f
gnu: ruby-pg: Update to 1.2.3.
* gnu/packages/ruby.scm (ruby-pg): Update to 1.2.3.
2020-12-23 11:55:34 +00:00
Michael Rohleder 80bb9d9d3b
gnu: mousepad: Update to 0.5.1.
* gnu/packages/xfce.scm (mousepad): Update to 0.5.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:59:46 +00:00
Michael Rohleder c2e49ead43
gnu: xfce4-genmon-plugin: Update to 4.1.0.
* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:59:46 +00:00
Michael Rohleder 8742f55b7e
gnu: xfce4-screenshooter: Update to 1.9.8.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.8.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:59:46 +00:00
Michael Rohleder 4bad5f61ac
gnu: xfce4-calculator-plugin: Update to 0.7.1.
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:59:45 +00:00
Michael Rohleder fa23813a5c
gnu: xfce4-terminal: Update to 0.8.10.
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.10.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:59:45 +00:00
Ryan Prior 3895b477c7
gnu: esbuild: Update to 0.8.26.
* gnu/packages/web.scm (esbuild): Update to 0.8.26.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:51:22 +00:00
Pierre Neidhardt af67e8d0b1
doc: cookbook: Fix "fiction-less" typo.
* doc/guix-cookbook.texi (Guix Profiles in Practice): Change "friction-less"
to "frictionless".
2020-12-23 11:45:06 +01:00
Nicolas Goaziou 5420db323f
import: crate: Change updater name from "crates" to "crate".
* guix/import/crate.scm (%crate-updater): Change name to `crate', so it is on
par with the importer, and the manual.
2020-12-23 10:34:39 +01:00
Nicolas Goaziou 9f813f2505
scripts: Fix typo in crate importer help message.
Fixes <https://issues.guix.gnu.org/45351>.

* guix/scripts/import/crate.scm (show-help): Fix URL.
2020-12-23 10:05:07 +01:00
Nicolas Goaziou 93a81f5f64
gnu: emacs-org: Update to 9.4.4.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.4.
[arguments]: Install orgguide.info, but ignore orgcard.pdf, not provided in
Org 9.4.4.
(emacs-org-contrib): Update to 20201222.
2020-12-23 09:59:20 +01:00
Tobias Geerinckx-Rice 13e5d3b1e1
gnu: grass: Update to 7.8.5.
* gnu/packages/geo.scm (grass): Update to 7.8.5.
2020-12-23 00:54:50 +01:00
Tobias Geerinckx-Rice 2246538e28
gnu: sysstat: Update to 12.4.2.
* gnu/packages/linux.scm (sysstat): Update to 12.4.2.
2020-12-23 00:54:50 +01:00
Tobias Geerinckx-Rice 783461b429
gnu: ipset: Update to 7.10.
* gnu/packages/linux.scm (ipset): Update to 7.10.
2020-12-23 00:54:49 +01:00
Tobias Geerinckx-Rice f6167cfbc3
gnu: goxel: Update to 0.10.7.
* gnu/packages/graphics.scm (goxel): Update to 0.10.7.
2020-12-23 00:54:49 +01:00
Tobias Geerinckx-Rice 726d2df2f3
gnu: wesnoth: Update to 1.14.15.
* gnu/packages/games.scm (wesnoth): Update to 1.14.15.
2020-12-23 00:54:49 +01:00
Tobias Geerinckx-Rice ad48ffbe10
gnu: libfprint: Update to 1.90.6.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.6.
2020-12-23 00:54:49 +01:00
Tobias Geerinckx-Rice 75abc3bc81
gnu: xtl: Update to 0.6.23.
* gnu/packages/cpp.scm (xtl): Update to 0.6.23.
2020-12-23 00:54:49 +01:00
Tobias Geerinckx-Rice 6bd9980e62
gnu: electron-cash: Update to 4.2.3.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.3.
2020-12-23 00:54:48 +01:00
Tobias Geerinckx-Rice 315b3d5a4a
gnu: lttoolbox: Update to 3.5.3.
* gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.3.
2020-12-23 00:54:48 +01:00
Tobias Geerinckx-Rice 3b2cee7fca
gnu: htop: Update to 3.0.4.
* gnu/packages/admin.scm (htop): Update to 3.0.4.
2020-12-23 00:54:48 +01:00
Tobias Geerinckx-Rice 8980994372
gnu: man-pages: Update to 5.10.
* gnu/packages/man.scm (man-pages): Update to 5.10.
2020-12-23 00:54:48 +01:00
Aniket Patil 6d1160db8e
gnu: Add r-altmeta.
* gnu/packages/cran.scm (r-altmeta): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-22 23:29:22 +01:00
Aniket Patil 4d1459dc03
gnu: Add r-metafor.
* gnu/packages/cran.scm (r-metafor): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-22 23:29:22 +01:00
Danny Milosavljevic 3581d4be95
gnu: fc-host-tools: Update to 14.
* gnu/packages/embedded.scm (fc-host-tools): Update to 14.
2020-12-22 20:50:57 +01:00
zimoun 06de9ca75f
gnu: perl-geo-ip: Remove package.
Fixes <https://bugs.gnu.org/29485>.

* gnu/packages/networking.scm (perl-geo-ip): Remove variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-22 14:10:08 -05:00
Michael Rohleder aa6d4371d5
gnu: kdevelop: Update to 5.6.1.
* gnu/packages/kde.scm (kdevelop): Update to 5.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-22 16:32:30 +01:00