summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: memtester: Update to 4.5.0.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/hardware.scm (memtester): Update to 4.5.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xfsprogs: Update to 5.10.0.Vincent Legoll2020-12-24
| | | | | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.10.0. [inputs]: Add libinih. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libinih.Vincent Legoll2020-12-24
| | | | | | * gnu/packages/linux.scm (libinih): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: opensmtpd: Update to 6.8.0p2.Tobias Geerinckx-Rice2020-12-24
| | | | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p2. [arguments]: Remove 'fix-man-page-detection phase again thanks to excellent upstream fanservice.
* gnu: opensmtpd: Update to 6.8.0p1.Tobias Geerinckx-Rice2020-12-24
| | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p1.
* gnu: emacs-chronometrist: Update to 0.5.6.Nicolas Goaziou2020-12-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.6.
* gnu: openttd-engine: Update to 1.10.3.Vincent Legoll2020-12-23
| | | | | | * gnu/packages/games.scm (openttd-engine): Update to 1.10.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: freeciv: Update to 2.6.2.1.Vincent Legoll2020-12-23
| | | | | | * gnu/packages/games.scm (freeciv): Update to 2.6.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: guix-build-coordinator: Update to 0-12.c33d3f5.Christopher Baines2020-12-23
| | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-12.c33d3f5. [arguments]: Include coreutils in the PATH.
* Revert "gnu: gita: Update to 0.11.9."Oleg Pykhalov2020-12-23
| | | | | This reverts commit 5540159f3e34ac8f6b3ab31f773f6e286028f309 which updates gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
* gnu: gita: Update to 0.11.9.Oleg Pykhalov2020-12-23
| | | | * gnu/packages/version-control.scm (gita): Update to 0.11.9.
* gnu: Add uriparser.lsp2020-12-23
| | | | | | * gnu/packages/web.scm (uriparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc: snippets: Add new build systems to package snippet.Morgan Smith2020-12-23
| | | | | | | | | | | | | | | | | | * etc/snippets/scheme-mode/guix-package: Add the following as possibilities for the build-system field: clojure-build-system copy-build-system dune-build-system guile-build-system julia-build-system linux-module-build-system maven-build-system node-build-system qt-build-system rakudo-build-system Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gron.Joseph LaFreniere2020-12-23
| | | | | | * gnu/packages/golang.scm (go-github-com-tomnomnom-gron): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: go-github-com-mattn-go-colorable: Update to 0.1.8.Joseph LaFreniere2020-12-23
| | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-nwidger-jsoncolor.Joseph LaFreniere2020-12-23
| | | | | | * gnu/packages/golang.scm (go-github-com-nwidger-jsoncolor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Update to 7624ebb.Ludovic Courtès2020-12-23
| | | | * gnu/packages/package-management.scm (guix): Update to 7624ebb.
* ssh: Use 'guix repl' instead of 'guile'.Ludovic Courtès2020-12-23
| | | | | | | | | | | | | | | | | | | | This simplifies setup of build machines: no need to install Guile in addition to Guix, no need to set 'GUILE_LOAD_PATH' & co., leading to fewer failure modes. * guix/ssh.scm (remote-run): New procedure. (remote-daemon-channel): Use it instead of 'open-remote-pipe*'. (store-import-channel)[import]: Remove check for module availability. Add call to 'primitive-exit'. Use 'remote-run' instead of 'open-remote-pipe'. (store-export-channel)[export]: Remove check for module availability. Add calls to 'primitive-exit'. Use 'remote-run' instead of 'open-remote-pipe'. (handle-import/export-channel-error): Remove 'module-error' clause. (report-module-error): Remove. * guix/scripts/offload.scm (assert-node-has-guix): Replace call to 'report-module-error' by 'leave'. * doc/guix.texi (Daemon Offload Setup): Remove mention of Guile.
* substitute: Reuse connections for '--query'.Ludovic Courtès2020-12-23
| | | | | | | | | | | | | | | This significantly speeds up things like substituting the closure of a .drv. This is a followup to 5ff521452b9ec2aae9ed8e4bb7bdc250a581f203. * guix/scripts/substitute.scm (http-multiple-get): Add #:open-connection and #:keep-alive? and honor them. (open-connection-for-uri/maybe): Use 'open-connection-for-uri/cached' instead of 'guix:open-connection-for-uri'. Call 'http-multiple-get' within 'call-with-cached-connection'. (open-connection-for-uri/cached): Add #:timeout and #:verify-certificate? and honor them. (call-with-cached-connection): Add 'open-connection' parameter and honor it.
* gnu: patchwork: Update to 3.0.0.Christopher Baines2020-12-23
| | | | * gnu/packages/patchutils.scm (patchwork): Update to 3.0.0.
* gnu: Add emacs-svg-tag-mode.Ricardo Wurmus2020-12-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): New variable.
* gnu: xournalpp: Update to 1.0.20.Nicolas Goaziou2020-12-23
| | | | * gnu/packages/pdf.scm (xournalpp): Update to 1.0.20.
* gnu: ruby-pg: Update to 1.2.3.Christopher Baines2020-12-23
| | | | * gnu/packages/ruby.scm (ruby-pg): Update to 1.2.3.
* gnu: mousepad: Update to 0.5.1.Michael Rohleder2020-12-23
| | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: xfce4-genmon-plugin: Update to 4.1.0.Michael Rohleder2020-12-23
| | | | | | * gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: xfce4-screenshooter: Update to 1.9.8.Michael Rohleder2020-12-23
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.8. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: xfce4-calculator-plugin: Update to 0.7.1.Michael Rohleder2020-12-23
| | | | | | * gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: xfce4-terminal: Update to 0.8.10.Michael Rohleder2020-12-23
| | | | | | * gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: esbuild: Update to 0.8.26.Ryan Prior2020-12-23
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.26. Signed-off-by: Christopher Baines <mail@cbaines.net>
* doc: cookbook: Fix "fiction-less" typo.Pierre Neidhardt2020-12-23
| | | | | * doc/guix-cookbook.texi (Guix Profiles in Practice): Change "friction-less" to "frictionless".
* import: crate: Change updater name from "crates" to "crate".Nicolas Goaziou2020-12-23
| | | | | * guix/import/crate.scm (%crate-updater): Change name to `crate', so it is on par with the importer, and the manual.
* scripts: Fix typo in crate importer help message.Nicolas Goaziou2020-12-23
| | | | | | Fixes <https://issues.guix.gnu.org/45351>. * guix/scripts/import/crate.scm (show-help): Fix URL.
* gnu: emacs-org: Update to 9.4.4.Nicolas Goaziou2020-12-23
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.4. [arguments]: Install orgguide.info, but ignore orgcard.pdf, not provided in Org 9.4.4. (emacs-org-contrib): Update to 20201222.
* gnu: grass: Update to 7.8.5.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/geo.scm (grass): Update to 7.8.5.
* gnu: sysstat: Update to 12.4.2.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/linux.scm (sysstat): Update to 12.4.2.
* gnu: ipset: Update to 7.10.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/linux.scm (ipset): Update to 7.10.
* gnu: goxel: Update to 0.10.7.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/graphics.scm (goxel): Update to 0.10.7.
* gnu: wesnoth: Update to 1.14.15.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.15.
* gnu: libfprint: Update to 1.90.6.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/freedesktop.scm (libfprint): Update to 1.90.6.
* gnu: xtl: Update to 0.6.23.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.23.
* gnu: electron-cash: Update to 4.2.3.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.2.3.
* gnu: lttoolbox: Update to 3.5.3.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.3.
* gnu: htop: Update to 3.0.4.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/admin.scm (htop): Update to 3.0.4.
* gnu: man-pages: Update to 5.10.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/man.scm (man-pages): Update to 5.10.
* gnu: Add r-altmeta.Aniket Patil2020-12-22
| | | | | | * gnu/packages/cran.scm (r-altmeta): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-metafor.Aniket Patil2020-12-22
| | | | | | * gnu/packages/cran.scm (r-metafor): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: fc-host-tools: Update to 14.Danny Milosavljevic2020-12-22
| | | | * gnu/packages/embedded.scm (fc-host-tools): Update to 14.
* gnu: perl-geo-ip: Remove package.zimoun2020-12-22
| | | | | | | | Fixes <https://bugs.gnu.org/29485>. * gnu/packages/networking.scm (perl-geo-ip): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: kdevelop: Update to 5.6.1.Michael Rohleder2020-12-22
| | | | | | * gnu/packages/kde.scm (kdevelop): Update to 5.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lollypop: Update to 1.4.6.Vinicius Monego2020-12-22
| | | | | | * gnu/packages/gnome.scm (lollypop): Update to 1.4.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>