Age | Commit message (Expand) | Author |
2019-08-22 | gnu: nsd: Update to 4.2.2....* gnu/packages/dns.scm (nsd): Update to 4.2.2.
| Tobias Geerinckx-Rice |
2019-08-22 | gnu: shellcheck: Update to 0.7.0....* gnu/packages/haskell.scm (shellcheck): Update to 0.7.0.
[inputs]: Add ghc-diff.
| Tobias Geerinckx-Rice |
2019-08-22 | gnu: chafa: Update to 1.2.1....* gnu/packages/image-viewers.scm (chafa): Update to 1.2.1.
| Tobias Geerinckx-Rice |
2019-08-22 | gnu: nnn: Update to 2.6....* gnu/packages/admin.scm (nnn): Update to 2.6.
| Tobias Geerinckx-Rice |
2019-08-22 | gnu: python-redis: Update to 3.3.8....* gnu/packages/databases.scm (python-redis): Update to 3.3.8.
| Tobias Geerinckx-Rice |
2019-08-22 | gnu: bind: Update to 9.14.5....* gnu/packages/dns.scm (isc-bind): Update to 9.14.5.
| Tobias Geerinckx-Rice |
2019-08-22 | gnu: ccache: Update to 3.6....* gnu/packages/ccache.scm (ccache): Update to 3.6.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: lsyncd: Search $PATH for binaries....* gnu/packages/sync.scm (lsyncd)[arguments]: Add
‘search-$PATH-for-binaries’ phase.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: hcxdumptool: Update to 5.2.0....* gnu/packages/networking.scm (hcxdumptool): Update to 5.2.0.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: hcxtools: Update to 5.2.0....* gnu/packages/networking.scm (hcxtools): Update to 5.2.0.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: tmux: Update to 2.9a....* gnu/packages/tmux.scm (tmux): Update to 2.9a.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: tmux: Use HTTPS home page....* gnu/packages/tmux.scm (tmux)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: fluidsynth: Update to 2.0.6....* gnu/packages/audio.scm (fluidsynth): Update to 2.0.6.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: fluidsynth: Use GIT-FILE-NAME....* gnu/packages/audio.scm (fluidsynth)[source]: Use GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: getmail: Update to 5.14....* gnu/packages/mail.scm (getmail): Update to 5.14.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: getmail: Don't use NAME in source URI....* gnu/packages/mail.scm (getmail)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: libabw: Don't use NAME in source URI....* gnu/packages/libreoffice.scm (libabw)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-08-21 | gnu: pd: Update to 0.50-0....* gnu/packages/music.scm (pd): Update to 0.50-0.
| Tobias Geerinckx-Rice |
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 |