Tobias Geerinckx-Rice
e5e2481912
gnu: angband: Update to 4.2.0.
...
* gnu/packages/games.scm (angband): Update to 4.2.0.
2019-08-21 22:07:13 +02:00
Tobias Geerinckx-Rice
d6ce8eca07
gnu: csound: Update to 6.13.0.
...
* gnu/packages/audio.scm (csound): Update to 6.13.0.
2019-08-21 22:07:12 +02:00
Tobias Geerinckx-Rice
c17f54e738
gnu: help2man: Update to 1.47.11.
...
* gnu/packages/man.scm (help2man/latest): Update to 1.47.11.
2019-08-21 22:07:12 +02:00
Kei Kebreau
178f1d1f75
gnu: vlc: Update to 3.0.8.
...
* gnu/packages/video.scm (vlc): Update to 3.0.8.
2019-08-21 13:51:06 -04:00
Christopher Baines
01ce7af25a
import: cpan: Adapt for the change to guile-json version 3.
...
In guile-json version 3, JSON objects are represented as hash tables, rather
than alists.
* guix/import/cpan.scm (string->license): Change the match expression to match
on lists, rather than vectors.
(module->dist-name, cpan-source-url, cpan-version): Change assoc-ref to
hash-ref.
(cpan-module->sexp): Change assoc-ref to hash-ref, and assoc-ref* to
hash-ref*.
* tests/cpan.scm ("source-url-http", "source-url-https"): Convert the alist to
a hash table.
2019-08-21 18:29:30 +01:00
Christopher Baines
8a3b11d1eb
import: utils: Add hash-ref*.
...
With the change to guile-json version 3, JSON objects are represented as hash
tables, rather than alists. The cpan importer uses assoc-ref* on a hash table,
so add an equivalent function for hash tables.
* guix/import/utils.scm (hash-ref*): New procedure.
2019-08-21 18:29:27 +01:00
Pierre Neidhardt
cad875350b
gnu: emacs-helm-slime: Update to 0.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.4.0.
2019-08-21 15:09:15 +02:00
Jelle Licht
c8c42d8786
gnu: Add emacs-ssh-config-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-ssh-config-mode): New variable.
2019-08-21 14:15:22 +02:00
Jelle Licht
e6b7f90eba
gnu: Add emacs-systemd-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-systemd-mode): New variable.
2019-08-21 14:15:17 +02:00
Jelle Licht
04e748465c
gnu: Add emacs-org-jira.
...
* gnu/packages/emacs-xyz.scm (emacs-org-jira): New variable.
2019-08-21 14:15:12 +02:00
Jelle Licht
0f4e4d8ff0
gnu: Add emacs-org-emms.
...
* gnu/packages/emacs-xyz.scm (emacs-org-emms): New variable.
2019-08-21 14:14:47 +02:00
Jelle Licht
8d3bc0f165
gnu: Add emacs-flyspell-correct.
...
* gnu/packages/emacs-xyz.scm (emacs-flyspell-correct): New variable.
2019-08-21 14:14:29 +02:00
Tobias Geerinckx-Rice
eb936efb2a
gnu: opensmtpd-next: Update to 6.4.2p1.
...
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.4.2p1.
2019-08-21 11:52:50 +02:00
Kei Kebreau
439378fd9f
gnu: wxmaxima: Update to 19.08.0.
...
* gnu/packages/maths.scm (wxmaxima): Update to 19.08.0.
2019-08-20 21:50:30 -04:00
Kei Kebreau
64c70430ec
gnu: gnome-control-center: Fix info-overview panel issues.
...
GNOME Control Center should now display the correct GNOME version and graphics
information in the "Details > About" panel.
* gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add configure
flag. Adjust 'patch-paths' phase accordingly.
[inputs]: Add gnome-session.
2019-08-20 21:50:29 -04:00
Tobias Geerinckx-Rice
5485148c76
gnu: tor: Update to 0.4.1.5.
...
* gnu/packages/tor.scm (tor): Update to 0.4.1.5.
2019-08-20 22:34:24 +02:00
Efraim Flashner
d371112bd0
gnu: edirect: Update to 12.1.20190819.
...
* gnu/packages/bioinformatics.scm (edirect): Update to 12.1.20190819.
2019-08-20 11:08:42 +03:00
Guillaume Le Vaillant
f8f2a9449b
gnu: monero: Update to 0.14.1.2.
...
* gnu/packages/finance.scm (monero): Update to 0.14.1.2.
[arguments]: Add phase to make files writable for the tests. Enable a
previously skipped test.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-08-20 09:20:19 +03:00
Brian Leung
b035a10d58
gnu: emacs-git-timemachine: Update to 4.11.
...
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.11.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-20 08:39:41 +03:00
Nicolas Goaziou
dfe8a7048e
gnu: Add python-folium.
...
* gnu/packages/python-xyz.scm (python-folium): New variable.
2019-08-20 01:53:49 +02:00
Nicolas Goaziou
2bdb5716d8
gnu: Add python-branca.
...
* gnu/packages/python-web.scm (python-branca): New variable.
2019-08-20 01:47:27 +02:00
Leo Famulari
eaca4d5f86
gnu: Apache httpd: Update to 2.4.41 [security fixes].
...
Fixes CVE-2019-{5917,10081,10082,10092,10097,10098}].
* gnu/packages/web.scm (httpd): Update to 2.4.41.
2019-08-19 18:01:12 -04:00
Brian Leung
eef77fafe3
gnu: Add emacs-org-auto-expand.
...
* gnu/packages/emacs-xyz.scm (emacs-org-auto-expand): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-19 23:50:09 +03:00
Brian Leung
a030345f0b
gnu: emacs-counsel-etags: Update to 1.8.9.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.8.9.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-19 23:47:54 +03:00
Brian Leung
9b9bfac50d
gnu: emacs-evil-matchit: Update to 2.3.3.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.3.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-19 23:47:49 +03:00
Oleg Pykhalov
28bd1b0911
gnu: Add emacs-refactor.
...
* gnu/packages/emacs-xyz.scm (emacs-refactor): New variable.
2019-08-19 23:47:30 +03:00
Leo Famulari
8895b2e0b6
gnu: nmap: Update to 7.80.
...
* gnu/packages/admin.scm (nmap): Update to 7.80.
2019-08-19 13:27:49 -04:00
Ricardo Wurmus
a6a19fb14c
gnu: r-gviz: Update to 1.28.1.
...
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.28.1.
2019-08-19 16:25:33 +02:00
Ricardo Wurmus
6b28386dd1
gnu: r-citr: Update to 0.3.2.
...
* gnu/packages/cran.scm (r-citr): Update to 0.3.2.
2019-08-19 16:25:33 +02:00
Ricardo Wurmus
b3aa0d2f96
gnu: r-ggstance: Update to 0.3.3.
...
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.3.
2019-08-19 16:25:32 +02:00
Ricardo Wurmus
86e243a2e3
gnu: r-rjags: Update to 4-9.
...
* gnu/packages/cran.scm (r-rjags): Update to 4-9.
2019-08-19 16:25:32 +02:00
Ricardo Wurmus
bf9a823686
gnu: r-lpsolve: Update to 5.6.13.3.
...
* gnu/packages/cran.scm (r-lpsolve): Update to 5.6.13.3.
2019-08-19 16:25:29 +02:00
Arun Isaac
fd88b8e4e8
gnu: rss-bridge: Update to 2019-07-06.
...
* gnu/packages/web.scm (rss-bridge): Update to 2019-07-06.
2019-08-19 16:30:59 +05:30
Brian Leung
41671813f1
gnu: Add emacs-frog-jump-buffer.
...
* gnu/packages/emacs-xyz.scm (emacs-frog-jump-buffer): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 21:00:29 +03:00
Brian Leung
317879f555
gnu: Add emacs-frog-menu.
...
* gnu/packages/emacs-xyz.scm (emacs-frog-menu): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 21:00:26 +03:00
Brian Leung
eff412ed3b
gnu: Add emacs-evil-owl.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-owl): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 21:00:21 +03:00
Brian Leung
7fd1495079
gnu: Add emacs-symbol-overlay.
...
* gnu/packages/emacs-xyz.scm (emacs-symbol-overlay): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 21:00:11 +03:00
Brian Leung
3eb245434b
gnu: Add emacs-org-now.
...
* gnu/packages/emacs-xyz.scm (emacs-org-now): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 20:53:02 +03:00
Brian Leung
3615e9e6c5
gnu: Add emacs-ob-restclient.
...
* gnu/packages/emacs-xyz.scm (emacs-ob-restclient): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 20:52:58 +03:00
Brian Leung
64cd8e838a
gnu: Add emacs-org-rich-yank.
...
* gnu/packages/emacs-xyz.scm (emacs-org-rich-yank): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 20:37:23 +03:00
Pierre Neidhardt
49b28a740b
gnu: Add compsize.
...
* gnu/packages/linux.scm (compsize): New variable.
2019-08-18 15:48:50 +02:00
Brian Leung
0fc235a023
gnu: Add emacs-phi-search-mc.
...
* gnu/packages/emacs-xyz.scm (emacs-phi-search-mc): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 15:56:31 +03:00
Brian Leung
e076ca86db
gnu: Add emacs-phi-search.
...
* gnu/packages/emacs-xyz.scm (emacs-phi-search): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 15:56:30 +03:00
Oleg Pykhalov
44e8358298
gnu: emacs-sesman: Fix source.
...
This commit follows 196472e7f3
.
* gnu/packages/emacs-xyz.scm (emacs-sesman)[source](origin): Append "v" to a
version.
2019-08-18 15:56:30 +03:00
Brian Leung
196472e7f3
gnu: emacs-sesman: Update to 0.3.4.
...
* gnu/packages/emacs-xyz.scm (emacs-sesman): Update to 0.3.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 15:24:44 +03:00
Brian Leung
de7f3dc7ee
gnu: emacs-helm-org-rifle: Update to 1.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-org-rifle): Update to 1.7.0.
[inputs]: Add emacs-org.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 15:24:43 +03:00
Brian Leung
a212a54c02
gnu: emacs-racket-mode: Update to 0.0.2-2.5300aa0.
...
* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 0.0.2-2.5300aa0.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 15:24:43 +03:00
Brian Leung
36d4926949
gnu: emacs-magit-todos: Update to 1.4.
...
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-08-18 15:24:30 +03:00
Nicolas Goaziou
37d40fa509
Revert "gnu: ed: Update to 1.15."
...
This reverts commit 3ff75b6403
.
Too many dependents packages for master.
2019-08-18 12:20:53 +02:00
Nicolas Goaziou
3ff75b6403
gnu: ed: Update to 1.15.
...
* gnu/packages/ed.scm (ed): Update to 1.15.
2019-08-18 12:19:45 +02:00