Mark H Weaver
b3fa8349ab
gnu: linux-libre: Update to 5.4.26.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.26.
(linux-libre-5.4-pristine-source): Update hash.
2020-03-18 16:46:06 -04:00
Mark H Weaver
30f9236685
gnu: linux-libre@4.19: Update to 4.19.111.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.111.
(linux-libre-4.19-pristine-source): Update hash.
2020-03-18 16:45:00 -04:00
Tobias Geerinckx-Rice
4de63cf3fc
gnu: tor: Update to 0.4.2.7.
...
* gnu/packages/tor.scm (tor): Update to 0.4.2.7.
2020-03-18 17:49:31 +01:00
Tobias Geerinckx-Rice
61d399c5fb
gnu: pioneer: Use HTTPS home page.
...
* gnu/packages/games.scm (pioneer)[home-page]: Use HTTPS.
2020-03-18 17:48:54 +01:00
Tobias Geerinckx-Rice
2bc3ec3b44
gnu: dovecot: Support LZ4 compression.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add lz4.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
e309b7206f
gnu: r-stabledist: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-stabledist)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
8a02807a12
gnu: r-proc: Update home page.
...
* gnu/packages/cran.scm (r-proc)[home-page]: Follow (HTTPS) redirection.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
917edde580
gnu: r-stepwise: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-stepwise)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
b89993fbd4
gnu: r-ldheatmap: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-ldheatmap)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Tobias Geerinckx-Rice
083a95b7e0
gnu: r-shinyace: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-shinyace)[home-page]: Use HTTPS.
2020-03-18 17:48:53 +01:00
Guillaume Le Vaillant
7b1fb40dff
gnu: Add opencpn.
...
* gnu/packages/geo.scm (opencpn): New variable.
2020-03-18 15:20:22 +01:00
Nicolas Goaziou
97dba3876d
gnu: emacs-org-static-blog: Update to 1.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.3.0.
2020-03-18 14:42:10 +01:00
Dimakakos Dimos
c1ec7149ed
gnu: emacs-lsp-ui: Update to 6.2.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 6.2.
2020-03-18 12:30:21 +01:00
Michael Rohleder
202c674ca7
gnu: emacs-which-key: update to 3.4.0
...
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-03-17T19:10:10+0100 using RSA]]
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0
From f36fee740bab3d74b526358be421a1527af9b69d Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Tue, 17 Mar 2020 19:03:45 +0100
Subject: [PATCH] gnu: emacs-which-key: update to 3.4.0
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0
2020-03-18 12:28:44 +01:00
Brice Waegeneire
382ba7bad5
gnu: Add emacs-org-static-blog.
...
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): New variable.
2020-03-18 12:26:28 +01:00
raingloom
0e26c3cfcf
gnu: Add Geary.
...
* gnu/packages/gnome.scm (geary): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
raingloom
d0f5016475
gnu: gspell: --enable-vala for VAPI (for geary)
...
* gnu/packages/gnome.scm (gspell)[arguments]: Add #:configure-flags.
[native-inputs]: Add VALA.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
Tanguy Le Carrour
370cb2e0a4
gnu: gnunet-gtk: Update to 0.12.0.
...
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
Tanguy Le Carrour
aaa7d17dce
gnu: gnunet: Update to 0.12.2.
...
* gnu/packages/gnunet.scm (gnunet): Update to 0.12.2.
[inputs]: Add libjpeg. [arguments]: Deactivate more tests, set LANG env
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-18 11:55:33 +01:00
Ludovic Courtès
e002332b8a
gnu: mcron: Depend on Guile 2.2.7.
...
Fixes <https://bugs.gnu.org/37237 >.
* gnu/packages/guile-xyz.scm (mcron)[inputs]: Replace GUILE-2.2 with
GUILE-2.2.7.
2020-03-18 11:55:33 +01:00
Maxim Cournoyer
6794653e1b
bootloader: grub: Refactor eye-candy a bit.
...
* gnu/bootloader/grub.scm (eye-candy)[setup-gfxterm-body]: Define the GFXMODE
binding using AND-LET* instead of chained AND=>. Add a comment about
supporting graphical mode on other systems than x86. Generate configuration
string using FORMAT rather than STRING-APPEND.
2020-03-17 23:09:14 -04:00
Maxim Cournoyer
aaffde38b5
bootloader: grub: Use the all_video module in graphic mode.
...
* gnu/bootloader/grub.scm (eye-candy): Load the module 'all_video'
which automatically loads all the available and relevant video
modules.
2020-03-17 23:08:16 -04:00
Maxim Cournoyer
f6b950319c
gnu: system: Export %sudoers-specification.
...
Exporting this variable allows reusing the default value of the `sudoers-file'
field when configuring it.
* gnu/system.scm (gnu): Export %sudoers-specification.
* doc/guix.texi (Invoking guix deploy): Document an example, to use with 'guix
deploy'.
2020-03-17 23:01:07 -04:00
Tobias Geerinckx-Rice
ce9fc7e8ab
gnu: r-imager: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-imager)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
3c1a10e341
gnu: r-gsubfn: Update home page.
...
* gnu/packages/cran.scm (r-gsubfn)[home-page]: Update and use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
f9d9a7e4a6
gnu: r-lars: Update home page.
...
* gnu/packages/statistics.scm (r-lars)[home-page]: Follow (HTTPS)
redirection.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
d07b513a30
gnu: r-tractor-base: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-tractor-base)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
e661c96f84
gnu: r-mclust: Use HTTPS home page.
...
* gnu/packages/statistics.scm (r-mclust)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
72ac699414
gnu: r-pls: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-pls)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
ddf69c4afe
gnu: r-epi: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-epi)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
1994e638e5
gnu: r-elasticnet: Update home page.
...
* gnu/packages/cran.scm (r-elasticnet)[home-page]: Follow (HTTPS)
redirection.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
f764111bfb
gnu: r-iso: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-iso)[home-page]: Use HTTPS.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
dbe0e0db40
gnu: godot: Update to 3.2.1.
...
* gnu/packages/game-development.scm (godot): Update to 3.2.1.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
2c674796d4
gnu: tintin++: Update to 2.02.02.
...
* gnu/packages/games.scm (tintin++): Update to 2.02.02.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
de60ac2ff2
gnu: tracker-miners: Update to 2.3.3.
...
* gnu/packages/gnome.scm (tracker-miners): Update to 2.3.3.
2020-03-18 02:16:21 +01:00
Tobias Geerinckx-Rice
caaefa4007
gnu: tracker: Update to 2.3.4.
...
* gnu/packages/gnome.scm (tracker): Update to 2.3.4.
2020-03-18 02:16:21 +01:00
Leo Famulari
b8930fd86b
gnu: libfdk: Update to 2.0.1.
...
* gnu/packages/audio.scm (libfdk): Update to 2.0.1.
2020-03-17 18:25:47 -04:00
Tobias Geerinckx-Rice
4ce61a9080
gnu: r-forcats: Use HTTPS home page.
...
* gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
39c57484ea
gnu: r-rcppparallel: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-rcppparallel)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
0e36f3e488
gnu: r-emplik: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-emplik)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
f8c3d903e9
gnu: r-hapassoc: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-hapassoc)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
486a080048
gnu: r-htqpcr: Update home page.
...
* gnu/packages/bioconductor.scm (r-htqpcr)[home-page]: Use HTTPS link
to PDF paper.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
3ee2070241
gnu: r-beeswarm: Use HTTPS home page.
...
* gnu/packages/statistics.scm (r-beeswarm)[home-page]: Use HTTPS.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
6068cbe1e1
gnu: r-acs: Update home page.
...
* gnu/packages/cran.scm (r-acs)[home-page]: Follow (HTTPS) redirection.
2020-03-17 23:09:24 +01:00
Tobias Geerinckx-Rice
1c131432bd
gnu: r-tsa: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-tsa)[home-page]: Use HTTPS.
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
ac5bd7f0f0
gnu: Use HTTPS for www.rforge.net home pages.
...
* gnu/packages/cran.scm (r-rjava, r-tiff, r-uuid, r-fastmatch, r-jpeg)
[home-page]: Use HTTPS.
* gnu/packages/statistics.scm (r-base64enc)[home-page]: Likewise
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
38e1b9efc8
gnu: american-fuzzy-lop: Use HTTPS home page.
...
* gnu/packages/debug.scm (american-fuzzy-lop)[home-page]: Use HTTPS.
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
3ba980b188
gnu: american-fuzzy-lop: Update to 2.56b.
...
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.56b.
[source]: Use GIT-FETCH from the new upstream, and GIT-FILE-NAME.
[inputs]: Adjust custom-qemu's ‘apply-afl-patches’ phase to this new
reality. Don't apply upstreamed Qemu patches.
[arguments]: Make the git check-out writable.
2020-03-17 23:09:23 +01:00
Tobias Geerinckx-Rice
317b13f30e
gnu: american-fuzzy-lop: Fix documentation directory.
...
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install
documentation into its conventional location.
2020-03-17 23:09:23 +01:00
Leo Famulari
6838611252
gnu: Syncthing: Update to 1.4.0.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.4.0.
[inputs]: Add go-github-com-willf-bloom.
2020-03-17 16:04:13 -04:00