Age | Commit message (Expand) | Author |
2019-08-21 | gnu: setbfree: Update to 0.8.9.•••* gnu/packages/music.scm (setbfree): Update to 0.8.9.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: manaplus: Use HTTPS origin & home page.•••* gnu/packages/games.scm (manaplus)[source, home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: manaplus: Update to 1.9.3.23.•••* gnu/packages/games.scm (manaplus): Update to 1.9.3.23.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: xlockmore: Don't use NAME in source URI.•••* gnu/packages/xdisorg.scm (xlockmore)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: xlockmore: Update to 5.58.•••* gnu/packages/xdisorg.scm (xlockmore): Update to 5.58.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: angband: Update to 4.2.0.•••* gnu/packages/games.scm (angband): Update to 4.2.0.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: csound: Update to 6.13.0.•••* gnu/packages/audio.scm (csound): Update to 6.13.0.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: help2man: Update to 1.47.11.•••* gnu/packages/man.scm (help2man/latest): Update to 1.47.11.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: vlc: Update to 3.0.8.•••* gnu/packages/video.scm (vlc): Update to 3.0.8.
| Kei Kebreau |
2019-08-21 | 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.
| Christopher Baines |
2019-08-21 | 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.
| Christopher Baines |
2019-08-21 | gnu: emacs-helm-slime: Update to 0.4.0.•••* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.4.0.
| Pierre Neidhardt |
2019-08-21 | gnu: Add emacs-ssh-config-mode.•••* gnu/packages/emacs-xyz.scm (emacs-ssh-config-mode): New variable.
| Jelle Licht |
2019-08-21 | gnu: Add emacs-systemd-mode.•••* gnu/packages/emacs-xyz.scm (emacs-systemd-mode): New variable.
| Jelle Licht |
2019-08-21 | gnu: Add emacs-org-jira.•••* gnu/packages/emacs-xyz.scm (emacs-org-jira): New variable.
| Jelle Licht |
2019-08-21 | gnu: Add emacs-org-emms.•••* gnu/packages/emacs-xyz.scm (emacs-org-emms): New variable.
| Jelle Licht |
2019-08-21 | gnu: Add emacs-flyspell-correct.•••* gnu/packages/emacs-xyz.scm (emacs-flyspell-correct): New variable.
| Jelle Licht |
2019-08-21 | gnu: opensmtpd-next: Update to 6.4.2p1.•••* gnu/packages/mail.scm (opensmtpd-next): Update to 6.4.2p1.
| Tobias Geerinckx-Rice |
2019-08-20 | gnu: wxmaxima: Update to 19.08.0.•••* gnu/packages/maths.scm (wxmaxima): Update to 19.08.0.
| Kei Kebreau |
2019-08-20 | 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.
| Kei Kebreau |
2019-08-20 | gnu: tor: Update to 0.4.1.5.•••* gnu/packages/tor.scm (tor): Update to 0.4.1.5.
| Tobias Geerinckx-Rice |
2019-08-20 | gnu: edirect: Update to 12.1.20190819.•••* gnu/packages/bioinformatics.scm (edirect): Update to 12.1.20190819.
| Efraim Flashner |
2019-08-20 | 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>
| Guillaume Le Vaillant |
2019-08-20 | 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>
| Brian Leung |
2019-08-20 | gnu: Add python-folium.•••* gnu/packages/python-xyz.scm (python-folium): New variable.
| Nicolas Goaziou |
2019-08-20 | gnu: Add python-branca.•••* gnu/packages/python-web.scm (python-branca): New variable.
| Nicolas Goaziou |
2019-08-19 | 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.
| Leo Famulari |
2019-08-19 | 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>
| Brian Leung |
2019-08-19 | 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>
| Brian Leung |
2019-08-19 | 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>
| Brian Leung |
2019-08-19 | gnu: Add emacs-refactor.•••* gnu/packages/emacs-xyz.scm (emacs-refactor): New variable.
| Oleg Pykhalov |
2019-08-19 | gnu: nmap: Update to 7.80.•••* gnu/packages/admin.scm (nmap): Update to 7.80.
| Leo Famulari |
2019-08-19 | gnu: r-gviz: Update to 1.28.1.•••* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.28.1.
| Ricardo Wurmus |
2019-08-19 | gnu: r-citr: Update to 0.3.2.•••* gnu/packages/cran.scm (r-citr): Update to 0.3.2.
| Ricardo Wurmus |
2019-08-19 | gnu: r-ggstance: Update to 0.3.3.•••* gnu/packages/cran.scm (r-ggstance): Update to 0.3.3.
| Ricardo Wurmus |
2019-08-19 | gnu: r-rjags: Update to 4-9.•••* gnu/packages/cran.scm (r-rjags): Update to 4-9.
| Ricardo Wurmus |
2019-08-19 | gnu: r-lpsolve: Update to 5.6.13.3.•••* gnu/packages/cran.scm (r-lpsolve): Update to 5.6.13.3.
| Ricardo Wurmus |
2019-08-19 | gnu: rss-bridge: Update to 2019-07-06.•••* gnu/packages/web.scm (rss-bridge): Update to 2019-07-06.
| Arun Isaac |
2019-08-18 | 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>
| Brian Leung |
2019-08-18 | gnu: Add emacs-frog-menu.•••* gnu/packages/emacs-xyz.scm (emacs-frog-menu): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-08-18 | gnu: Add emacs-evil-owl.•••* gnu/packages/emacs-xyz.scm (emacs-evil-owl): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-08-18 | gnu: Add emacs-symbol-overlay.•••* gnu/packages/emacs-xyz.scm (emacs-symbol-overlay): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-08-18 | gnu: Add emacs-org-now.•••* gnu/packages/emacs-xyz.scm (emacs-org-now): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-08-18 | gnu: Add emacs-ob-restclient.•••* gnu/packages/emacs-xyz.scm (emacs-ob-restclient): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-08-18 | 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>
| Brian Leung |
2019-08-18 | gnu: Add compsize.•••* gnu/packages/linux.scm (compsize): New variable.
| Pierre Neidhardt |
2019-08-18 | 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>
| Brian Leung |
2019-08-18 | gnu: Add emacs-phi-search.•••* gnu/packages/emacs-xyz.scm (emacs-phi-search): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Brian Leung |
2019-08-18 | gnu: emacs-sesman: Fix source.•••This commit follows 196472e7f37162ecdadb2f2f7a2c02b5cba749a1.
* gnu/packages/emacs-xyz.scm (emacs-sesman)[source](origin): Append "v" to a
version.
| Oleg Pykhalov |
2019-08-18 | 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>
| Brian Leung |