Ricardo Wurmus
fc37b4afb2
gnu: jamvm-1-bootstrap: Fix segfault in bootstrap JVM.
...
* gnu/packages/java.scm (jamvm-1-bootstrap)[arguments]: Add configure flags:
--disable-int-caching, --enable-runtime-reloc-checks, and --enable-ffi.
[inputs]: Add libffi.
2019-10-06 22:01:01 +02:00
Brian Leung
ff810d21a5
gnu: emacs-hackernews: Update to 0.5.0-2.2362d7b.
...
* gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.5.0-2.2362d7b.
2019-10-06 20:40:23 +02:00
Brian Leung
9049f28f57
gnu: emacs-undo-propose-el: Update to 3.0.0-3.f80baee.
...
* gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-3.f80baee.
2019-10-06 20:18:39 +02:00
Brian Leung
1017ba7dd5
gnu: emacs-evil-mc: Update to 0.0.3-2.1cabb86.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-mc): Update to 0.0.3-2.1cabb86.
2019-10-06 19:59:05 +02:00
Pierre Neidhardt
cec23736d3
gnu: Add cl-goject-introspection.
...
* gnu/packages/lisp.scm (cl-goject-introspection,
sbcl-cl-gobject-introspection): New variables.
2019-10-06 19:34:13 +02:00
Ludovic Courtès
63b0ce391f
services: shepherd: Compile service files.
...
This reduces resident memory for PID 1 from 29.8MiB to 28.7MiB right
after boot on a bare-bones system (x86_64-linux).
* gnu/services/shepherd.scm (scm->go): New procedure.
(shepherd-configuration-file)[config]: Call it and use 'load-compiled'
instead of 'primitive-load'.
2019-10-06 14:45:35 +02:00
Ludovic Courtès
38b1ea0434
services: udev: Explicitly depend on (gnu build linux-boot).
...
* gnu/services/base.scm (udev-shepherd-service): Wrap 'start' method in
'with-imported-modules'.
2019-10-06 14:45:35 +02:00
Ludovic Courtès
62c2217570
services: agetty: Explicitly depend on (gnu build linux-boot).
...
* gnu/services/base.scm (default-serial-port): Wrap in
'with-imported-modules'.
2019-10-06 14:45:35 +02:00
Ludovic Courtès
1994422752
system: Add 'mount' and 'umount' to '%setuid-programs'.
...
Fixes <https://bugs.gnu.org/37569 >.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.
* gnu/system.scm (%setuid-programs): Add "mount" and "umount" from
util-linux.
2019-10-06 14:45:35 +02:00
Guillaume Le Vaillant
5a65fede0b
gnu: Add cl-random-forest.
...
* gnu/packages/machine-learning.scm (sbcl-cl-random-forest, cl-random-forest,
ecl-cl-random-forest): New variables.
2019-10-06 14:37:54 +02:00
Guillaume Le Vaillant
7a15aab836
gnu: Add cl-online-learning.
...
* gnu/packages/machine-learning.scm (sbcl-cl-online-learning,
cl-online-learning, ecl-cl-online-learning): New variables.
2019-10-06 14:28:55 +02:00
Guillaume Le Vaillant
6e76087223
gnu: Add cl-libsvm-format.
...
* gnu/packages/machine-learning.scm (sbcl-cl-libsvm-format, cl-libsvm-format,
ecl-cl-libsvm-format): New variables.
2019-10-06 14:28:55 +02:00
Guillaume Le Vaillant
2601da0523
gnu: Add cl-store.
...
* gnu/packages/lisp.scm (sbcl-cl-store, cl-store, ecl-cl-store): New
variables.
2019-10-06 14:28:51 +02:00
Guillaume Le Vaillant
7273b3b2a6
gnu: sbcl-hu.dwim.asdf: Update to 20190521.
...
* gnu/packages/lisp.scm (sbcl-hu.dwim.asdf): Update to 20190521.
[uri]: Fetch more recent version from Quicklisp.
2019-10-06 14:19:03 +02:00
Guillaume Le Vaillant
f65f713846
gnu: sbcl-alexandria: Update to 1.0.0.
...
* gnu/packages/lisp.scm (sbcl-alexandria): Update to 1.0.0.
[native-inputs]: Add rt.
2019-10-06 14:19:03 +02:00
Guillaume Le Vaillant
fd0f8860ec
gnu: ecl: Do not compile the deprecated MIT-RT.
...
Compiling the rt bundled with ECL prevents the ecl-rt package from compiling
properly, as ECL thinks it has already been compiled.
* gnu/packages/lisp.scm (ecl)[arguments]: Add '--without-rt' to
'configure-flags'.
2019-10-06 14:19:03 +02:00
Guillaume Le Vaillant
d3287fc157
gnu: Add chanl.
...
* gnu/packages/lisp.scm (sbcl-chanl, cl-chanl, ecl-chanl): New variables.
2019-10-06 14:19:03 +02:00
Efraim Flashner
d24d980e8e
gnu: Remove rust-clippy.
...
This was added by accident in 14f3a7e373
.
* gnu/packages/crates-io.scm (rust-clippy): Remove variable.
2019-10-06 14:38:02 +03:00
Timotej Lazar
aa64198492
gnu: endless-sky: Update to 0.9.10.
...
* gnu/packages/games.scm (endless-sky): Update to 0.9.10.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-10-06 11:58:02 +03:00
Giovanni Biscuolo
e7f6d13722
gnu: zabbix: Update to 4.2.7.
...
* gnu/packages/monitoring.scm: (zabbix) Update to 4.2.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-10-06 11:51:16 +03:00
tlecarrour@easter-eggs.com
1e8826bdd3
gnu: Update python-pastel to 0.1.1.
...
* gnu/packages/graphics.scm (python-pastel): Update to 0.1.1.
[arguments]: Add custom 'check phase.
[description]: Simplify description.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-10-06 11:46:21 +03:00
Efraim Flashner
6792908d6d
gnu: waybar: Update to 0.8.0.
...
* gnu/packages/wm.scm (waybar): Update to 0.8.0.
2019-10-06 11:05:27 +03:00
Tobias Geerinckx-Rice
5a54baf67c
gnu: r-data-table: Update to 1.12.4.
...
* gnu/packages/statistics.scm (r-data-table): Update to 1.12.4.
[inputs]: Add zlib.
2019-10-06 04:46:54 +02:00
Tobias Geerinckx-Rice
011ec062f3
gnu: python-mnemonic: Update to 0.19.
...
* gnu/packages/finance.scm (python-mnemonic): Update to 0.19.
2019-10-06 04:46:54 +02:00
Tobias Geerinckx-Rice
ef10cbb41f
gnu: r-gamlss-dist: Update to 5.1-5.
...
* gnu/packages/cran.scm (r-gamlss-dist): Update to 5.1-5.
2019-10-06 04:46:54 +02:00
Tobias Geerinckx-Rice
ac5e205a3c
gnu: python-traitlets: Update to 4.3.3.
...
* gnu/packages/python-xyz.scm (python-traitlets): Update to 4.3.3.
2019-10-06 04:46:54 +02:00
Tobias Geerinckx-Rice
44805ca503
gnu: r-pegas: Update to 0.12.
...
* gnu/packages/cran.scm (r-pegas): Update to 0.12.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
12a66af6b0
gnu: rust-miniz-oxide: Update to 0.3.3.
...
* gnu/packages/crates-io.scm (rust-miniz-oxide): Update to 0.3.3.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
79e3e6a5c0
gnu: rust-openssl-sys: Update to 0.9.50.
...
* gnu/packages/crates-io.scm (rust-openssl-sys): Update to 0.9.50.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
11820827d0
gnu: r-polspline: Update to 1.1.16.
...
* gnu/packages/cran.scm (r-polspline): Update to 1.1.16.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
d71bbfea54
gnu: perl-test-tcp: Update to 2.21.
...
* gnu/packages/web.scm (perl-test-tcp): Update to 2.21.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
5d7e1c807d
gnu: perl-test-mockobject: Update to 1.20191002.
...
* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20191002.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
5327fbb391
gnu: lua-luv: Update to 1.30.1-1.
...
* gnu/packages/lua.scm (lua-luv): Update to 1.30.1-1.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice
3acd85ac30
gnu: lua-libmpack: Update to 1.0.8.
...
* gnu/packages/serialization.scm (lua-libmpack): Update to 1.0.8.
2019-10-06 04:46:52 +02:00
Tobias Geerinckx-Rice
d1b0e1fd6d
gnu: perl-html-form: Update to 6.05.
...
* gnu/packages/web.scm (perl-html-form): Update to 6.05.
2019-10-06 04:46:52 +02:00
Tobias Geerinckx-Rice
1e9b956e41
gnu: quaternion: Update to 0.0.9.4c.
...
* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4c.
2019-10-06 04:46:52 +02:00
Tobias Geerinckx-Rice
0395c53359
gnu: libqmatrixclient: Update to 0.5.2.
...
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.2.
2019-10-06 04:46:52 +02:00
Tobias Geerinckx-Rice
9fde2268bc
gnu: lua-libmpack: Don't use unstable tarball.
...
* gnu/packages/serialization.scm (lua-libmpack)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-10-06 04:46:52 +02:00
Tobias Geerinckx-Rice
d7885bbf07
gnu: libmpack: Don't use unstable tarball.
...
* gnu/packages/serialization.scm (libmpack)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
(lua-libmpack)[arguments]: Adjust ‘unpack-mpack-sources’ phase.
2019-10-06 04:46:52 +02:00
Brian Leung
32faec65aa
gnu: emacs-org-tanglesync: Update to 0.6-2.d99181f.
...
* gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): Update to 0.6-2.d99181f.
2019-10-05 23:22:13 +02:00
Tobias Geerinckx-Rice
1e6e526e0c
gnu: ocaml-utop: Update to 2.4.2.
...
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.2.
2019-10-05 22:23:43 +02:00
Tobias Geerinckx-Rice
9e560c185c
gnu: ocaml-qcheck: Update to 0.11.
...
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.11.
2019-10-05 22:23:42 +02:00
Tobias Geerinckx-Rice
07c1a10ef6
gnu: axoloti-runtime: Don't use unstable tarball.
...
* gnu/packages/axoloti.scm (axoloti-runtime)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
(axoloti-patcher)[arguments]: Add ‘make-git-checkout-writable’ phase.
2019-10-05 22:23:42 +02:00
Tobias Geerinckx-Rice
d2fd037fd0
gnu: libxls: Update to 1.5.1.
...
* gnu/packages/statistics.scm (libxls): Update to 1.5.1.
2019-10-05 20:59:00 +02:00
Tobias Geerinckx-Rice
992f2069d5
gnu: gmime: Update to 3.2.4.
...
* gnu/packages/mail.scm (gmime): Update to 3.2.4.
2019-10-05 20:59:00 +02:00
Tobias Geerinckx-Rice
567b223d01
gnu: r-wgaim: Update to 2.0-1.
...
* gnu/packages/cran.scm (r-wgaim): Update to 2.0-1.
2019-10-05 20:00:51 +02:00
Tobias Geerinckx-Rice
8c3fd490d5
gnu: nano: Update to 4.5.
...
* gnu/packages/nano.scm (nano): Update to 4.5.
2019-10-05 20:00:51 +02:00
Brian Leung
ecfd74e5f7
gnu: emacs-eros: Update to 0.0.1-2.dd89102.
...
* gnu/packages/emacs-xyz.scm (emacs-eros): Update to 0.0.1-2.dd89102.
2019-10-05 19:11:23 +02:00
Brian Leung
f561d7774c
gnu: emacs-handle: Update to 0.1-2.51c050b.
...
* gnu/packages/emacs-xyz.scm (emacs-handle): Update to 0.1-2.51c050b.
2019-10-05 19:11:19 +02:00
Christopher Baines
6760b26330
gnu: guix-data-service: Update to 0.0.1-3.8019d2e.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-3.8019d2e.
2019-10-05 11:18:10 +01:00
Tobias Geerinckx-Rice
c11caf2060
gnu: cryptsetup: Update to 2.2.1.
...
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.2.1.
[arguments]: Add #:configure-flags.
[native-inputs]: Remove python & add pkg-config.
[inputs]: Add argon2 & json-c.
(cryptsetup-static): Disable new binaries. Keep using libgcrypt.
Disable blkid support.
[inputs]: Add json-c.
2019-10-05 11:59:50 +02:00
Tobias Geerinckx-Rice
b5c84b8a37
gnu: cryptsetup-static: Don't build veritysetup.
...
* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]: Pass
‘--disable-veritysetup’ #:configure-flag. Adjust ‘remove-cruft’ phase.
2019-10-05 11:59:49 +02:00
Tobias Geerinckx-Rice
d5e445e1d5
gnu: cryptsetup: Don't use NAME in source URI.
...
* gnu/packages/cryptsetup.scm (cryptsetup)[source]: Hard-code NAME.
2019-10-05 11:59:49 +02:00
Tobias Geerinckx-Rice
9dbda847af
gnu: screenfetch: Use the tagged release.
...
* gnu/packages/admin.scm (screenfetch): Use the new 3.9.0 release tag
instead of a (functionally identical) naked commit.
2019-10-05 11:59:49 +02:00
Tobias Geerinckx-Rice
4d755996a7
gnu: python-pytest-checkdocs: Update to 1.2.2.
...
* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.2.
[propagated-inputs]: Add python-more-itertools.
2019-10-05 11:59:49 +02:00
Tobias Geerinckx-Rice
0af697d940
gnu: python-importlib-metadata: Update to 0.23.
...
* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 0.23.
2019-10-05 11:59:49 +02:00
Pierre Neidhardt
3dbc41c042
gnu: next: Update to 1.3.4.
...
* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.4.
2019-10-05 09:54:57 +02:00
Jan Nieuwenhuizen
3a69dd5c15
services: httpd: Fix virtual-host doc and config.
...
* doc/guix.texi (Web Services): Fix httpd-virtualhost examples.
* gnu/services/web.scm (httpd-process-extensions): Add missing newline
separator.
2019-10-04 17:10:58 +02:00
Giacomo Leidi
0c3cf62829
gnu: Add emacs-extempore-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-extempore-mode): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-10-04 17:04:38 +02:00
Tobias Geerinckx-Rice
4b3b5a06fc
gnu: rust-unindent: Update to 0.1.5.
...
* gnu/packages/crates-io.scm (rust-unindent): Update to 0.1.5.
2019-10-04 17:04:38 +02:00
Ingo Ruhnke
59b83c5029
gnu: Add xfce4-weather-plugin.
...
* gnu/packages/xfce.scm (xfce4-weather-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:31:39 +02:00
Ingo Ruhnke
5d0059e02e
gnu: Add xfce4-places-plugin.
...
* gnu/packages/xfce.scm (xfce4-places-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:31:30 +02:00
Ingo Ruhnke
cd0826d60b
gnu: Add xfce4-equake-plugin.
...
* gnu/packages/xfce.scm (xfce4-equake-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:31:20 +02:00
Ingo Ruhnke
dd249f1b8c
gnu: Add xfce4-mailwatch-plugin.
...
* gnu/packages/xfce.scm (xfce4-mailwatch-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:31:06 +02:00
Ingo Ruhnke
de838a6338
gnu: Add xfce4-statusnotifier-plugin.
...
* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:58 +02:00
Ingo Ruhnke
b05edff0b2
gnu: Add xfce4-stopwatch-plugin.
...
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:50 +02:00
Ingo Ruhnke
d6056cc7fe
gnu: Add xfce4-netload-plugin.
...
* gnu/packages/xfce.scm (xfce4-netload-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:41 +02:00
Ingo Ruhnke
e18bc5e011
gnu: Add xfce4-kbdleds-plugin.
...
* gnu/packages/xfce.scm (xfce4-kbdleds-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:32 +02:00
Ingo Ruhnke
40f0181bf7
gnu: Add xfce4-genmon-plugin.
...
* gnu/packages/xfce.scm (xfce4-genmon-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:23 +02:00
Ingo Ruhnke
3b04836ebb
gnu: Add xfce4-time-out-plugin.
...
* gnu/packages/xfce.scm (xfce4-time-out-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:14 +02:00
Ingo Ruhnke
a004609a13
gnu: Add xfce4-mpc-plugin.
...
* gnu/packages/xfce.scm (xfce4-mpc-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:30:04 +02:00
Ingo Ruhnke
2aee1fef0b
gnu: Add xfce4-fsguard-plugin.
...
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:29:53 +02:00
Ingo Ruhnke
fa6a9d9863
gnu: Add xfce4-diskperf-plugin.
...
* gnu/packages/xfce.scm (xfce4-diskperf-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:29:44 +02:00
Ingo Ruhnke
18af33827b
gnu: Add xfce4-cpufreq-plugin.
...
* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:29:34 +02:00
Ingo Ruhnke
2f81e67850
gnu: Add xfce4-calculator-plugin.
...
* gnu/packages/xfce.scm (xfce4-calculator-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:28:48 +02:00
Ingo Ruhnke
c8417d327a
gnu: Add xfce4-datetime-plugin.
...
* gnu/packages/xfce.scm (xfce4-datetime-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:28:32 +02:00
Ingo Ruhnke
3372e5d1fc
gnu: Add xfce4-embed-plugin.
...
* gnu/packages/xfce.scm (xfce4-embed-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:28:17 +02:00
Ingo Ruhnke
58253d9f5b
gnu: Add xfce4-eyes-plugin.
...
* gnu/packages/xfce.scm (xfce4-eyes-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:28:04 +02:00
Ingo Ruhnke
7e53f357ac
gnu: Add xfce4-cpugraph-plugin.
...
* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:27:52 +02:00
Ingo Ruhnke
461790c919
gnu: Add xfce4-mount-plugin.
...
* gnu/packages/xfce.scm (xfce4-mount-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:27:41 +02:00
Ingo Ruhnke
2ebc7316ce
gnu: Add xfce4-smartbookmark-plugin.
...
* gnu/packages/xfce.scm (xfce4-smartbookmark-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:27:29 +02:00
Ingo Ruhnke
820a0869ea
gnu: Add xfce4-systemload-plugin.
...
* gnu/packages/xfce.scm (xfce4-systemload-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:27:13 +02:00
Ingo Ruhnke
415e7e2046
gnu: Add xfce4-timer-plugin.
...
* gnu/packages/xfce.scm (xfce4-timer-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:27:01 +02:00
Ingo Ruhnke
c6927c08bd
gnu: Add xfce4-verve-plugin.
...
* gnu/packages/xfce.scm (xfce4-verve-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:26:45 +02:00
Ingo Ruhnke
f800291e08
gnu: Add xfce4-wavelan-plugin.
...
* gnu/packages/xfce.scm (xfce4-wavelan-plugin): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-10-04 14:26:32 +02:00
Efraim Flashner
0c34b94943
gnu: vdirsyncer: Skip tests.
...
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Disable tests.
Update custom 'check phase to only run the tests when enabled.
2019-10-04 12:21:45 +03:00
Tobias Geerinckx-Rice
57ec0551c8
gnu: linux-libre@4.19: Update to 4.19.76.
...
* gnu/packages/linux.scm (linux-libre-4.19-version)
(linux-libre-4.19-pristine-source): Update to 4.19.76.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice
1bedc74e7f
gnu: linux-libre@5.2: Update to 5.2.18.
...
* gnu/packages/linux.scm (linux-libre-5.2-version)
(linux-libre-5.2-pristine-source): Update to 5.2.18.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice
dd32676b06
gnu: linux-libre@5.3: Update to 5.3.2.
...
* gnu/packages/linux.scm (linux-libre-5.3-version)
(linux-libre-5.3-pristine-source): Update to 5.3.2.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice
e8190ba9fb
gnu: perl-sub-quote: Update to 2.006006.
...
* gnu/packages/perl.scm (perl-sub-quote): Update to 2.006006.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice
85c7397509
gnu: perl-role-tiny: Update to 2.001001.
...
* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001001.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice
5fb38c1dd9
gnu: perl-io-pager: Update to 0.44.
...
* gnu/packages/perl.scm (perl-io-pager): Update to 0.44.
2019-10-04 10:21:24 +02:00
Tobias Geerinckx-Rice
9a68b89e8a
gnu: linux-libre: Update to 5.3.
...
* gnu/packages/linux.scm (linux-libre-version)
(linux-libre-pristine-source, linux-libre-source, linux-libre):
Assign -5.3 values.
2019-10-03 16:03:36 +02:00
Tobias Geerinckx-Rice
7e09914117
gnu: r-xfun: Update to 0.10.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.10.
2019-10-03 16:03:36 +02:00
Tobias Geerinckx-Rice
5767547e73
gnu: rcas-web: Fix build with RCAS > 1.3.x.
...
* gnu/packages/bioinformatics.scm (rcas-web)[arguments]: Add ‘find-RCAS’ phase.
2019-10-03 16:03:36 +02:00
Tobias Geerinckx-Rice
3757f5cbc1
gnu: r-rmarkdown: Use HTTPS home page.
...
* gnu/packages/statistics.scm (r-rmarkdown)[home-page]: Use HTTPS.
2019-10-03 16:03:35 +02:00
Tobias Geerinckx-Rice
322f465751
gnu: r-rmarkdown: Update to 1.16.
...
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.16.
2019-10-03 16:03:35 +02:00
Tobias Geerinckx-Rice
afbc3a8758
gnu: r-glasso: Update to 1.11.
...
* gnu/packages/cran.scm (r-glasso): Update to 1.11.
2019-10-03 16:03:35 +02:00
Tobias Geerinckx-Rice
dcb45ce576
gnu: r-bookdown: Update to 0.14.
...
* gnu/packages/cran.scm (r-bookdown): Update to 0.14.
2019-10-03 16:03:35 +02:00
Tobias Geerinckx-Rice
9bcd8b68ca
gnu: r-rvcheck: Update to 0.1.5.
...
* gnu/packages/cran.scm (r-rvcheck): Update to 0.1.5.
[propagated-inputs]: Add r-biocmanager.
2019-10-03 16:03:35 +02:00