summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-24gnu: memtester: Update to 4.5.0....* gnu/packages/hardware.scm (memtester): Update to 4.5.0. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-12-24gnu: xfsprogs: Update to 5.10.0....* gnu/packages/linux.scm (xfsprogs): Update to 5.10.0. [inputs]: Add libinih. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-12-24gnu: Add libinih....* gnu/packages/linux.scm (libinih): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-12-24gnu: opensmtpd: Update to 6.8.0p2....* gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p2. [arguments]: Remove 'fix-man-page-detection phase again thanks to excellent upstream fanservice. Tobias Geerinckx-Rice
2020-12-24gnu: opensmtpd: Update to 6.8.0p1....* gnu/packages/mail.scm (opensmtpd): Update to 6.8.0p1. Tobias Geerinckx-Rice
2020-12-24gnu: emacs-chronometrist: Update to 0.5.6....* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.6. Nicolas Goaziou
2020-12-23gnu: openttd-engine: Update to 1.10.3....* gnu/packages/games.scm (openttd-engine): Update to 1.10.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vincent Legoll
2020-12-23gnu: freeciv: Update to 2.6.2.1....* gnu/packages/games.scm (freeciv): Update to 2.6.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vincent Legoll
2020-12-23gnu: guix-build-coordinator: Update to 0-12.c33d3f5....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-12.c33d3f5. [arguments]: Include coreutils in the PATH. Christopher Baines
2020-12-23Revert "gnu: gita: Update to 0.11.9."...This reverts commit 5540159f3e34ac8f6b3ab31f773f6e286028f309 which updates gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands. Oleg Pykhalov
2020-12-23gnu: gita: Update to 0.11.9....* gnu/packages/version-control.scm (gita): Update to 0.11.9. Oleg Pykhalov
2020-12-23gnu: Add uriparser....* gnu/packages/web.scm (uriparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> lsp
2020-12-23etc: snippets: Add new build systems to package snippet....* 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> Morgan Smith
2020-12-23gnu: Add gron....* gnu/packages/golang.scm (go-github-com-tomnomnom-gron): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Joseph LaFreniere
2020-12-23gnu: go-github-com-mattn-go-colorable: Update to 0.1.8....* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Joseph LaFreniere
2020-12-23gnu: Add go-github-com-nwidger-jsoncolor....* gnu/packages/golang.scm (go-github-com-nwidger-jsoncolor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Joseph LaFreniere
2020-12-23gnu: guix: Update to 7624ebb....* gnu/packages/package-management.scm (guix): Update to 7624ebb. Ludovic Courtès
2020-12-23ssh: Use 'guix repl' instead of 'guile'....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. Ludovic Courtès
2020-12-23substitute: Reuse connections for '--query'....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. Ludovic Courtès
2020-12-23gnu: patchwork: Update to 3.0.0....* gnu/packages/patchutils.scm (patchwork): Update to 3.0.0. Christopher Baines
2020-12-23gnu: Add emacs-svg-tag-mode....* gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): New variable. Ricardo Wurmus
2020-12-23gnu: xournalpp: Update to 1.0.20....* gnu/packages/pdf.scm (xournalpp): Update to 1.0.20. Nicolas Goaziou
2020-12-23gnu: ruby-pg: Update to 1.2.3....* gnu/packages/ruby.scm (ruby-pg): Update to 1.2.3. Christopher Baines
2020-12-23gnu: mousepad: Update to 0.5.1....* gnu/packages/xfce.scm (mousepad): Update to 0.5.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder
2020-12-23gnu: xfce4-genmon-plugin: Update to 4.1.0....* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder
2020-12-23gnu: xfce4-screenshooter: Update to 1.9.8....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.8. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder
2020-12-23gnu: xfce4-calculator-plugin: Update to 0.7.1....* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder
2020-12-23gnu: xfce4-terminal: Update to 0.8.10....* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.10. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder
2020-12-23gnu: esbuild: Update to 0.8.26....* gnu/packages/web.scm (esbuild): Update to 0.8.26. Signed-off-by: Christopher Baines <mail@cbaines.net> Ryan Prior
2020-12-23doc: cookbook: Fix "fiction-less" typo....* doc/guix-cookbook.texi (Guix Profiles in Practice): Change "friction-less" to "frictionless". Pierre Neidhardt
2020-12-23import: crate: Change updater name from "crates" to "crate"....* guix/import/crate.scm (%crate-updater): Change name to `crate', so it is on par with the importer, and the manual. Nicolas Goaziou
2020-12-23scripts: Fix typo in crate importer help message....Fixes <https://issues.guix.gnu.org/45351>. * guix/scripts/import/crate.scm (show-help): Fix URL. Nicolas Goaziou
2020-12-23gnu: emacs-org: Update to 9.4.4....* 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. Nicolas Goaziou
2020-12-23gnu: grass: Update to 7.8.5....* gnu/packages/geo.scm (grass): Update to 7.8.5. Tobias Geerinckx-Rice
2020-12-23gnu: sysstat: Update to 12.4.2....* gnu/packages/linux.scm (sysstat): Update to 12.4.2. Tobias Geerinckx-Rice
2020-12-23gnu: ipset: Update to 7.10....* gnu/packages/linux.scm (ipset): Update to 7.10. Tobias Geerinckx-Rice
2020-12-23gnu: goxel: Update to 0.10.7....* gnu/packages/graphics.scm (goxel): Update to 0.10.7. Tobias Geerinckx-Rice
2020-12-23gnu: wesnoth: Update to 1.14.15....* gnu/packages/games.scm (wesnoth): Update to 1.14.15. Tobias Geerinckx-Rice
2020-12-23gnu: libfprint: Update to 1.90.6....* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.6. Tobias Geerinckx-Rice
2020-12-23gnu: xtl: Update to 0.6.23....* gnu/packages/cpp.scm (xtl): Update to 0.6.23. Tobias Geerinckx-Rice
2020-12-23gnu: electron-cash: Update to 4.2.3....* gnu/packages/finance.scm (electron-cash): Update to 4.2.3. Tobias Geerinckx-Rice
2020-12-23gnu: lttoolbox: Update to 3.5.3....* gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.3. Tobias Geerinckx-Rice
2020-12-23gnu: htop: Update to 3.0.4....* gnu/packages/admin.scm (htop): Update to 3.0.4. Tobias Geerinckx-Rice
2020-12-23gnu: man-pages: Update to 5.10....* gnu/packages/man.scm (man-pages): Update to 5.10. Tobias Geerinckx-Rice
2020-12-22gnu: Add r-altmeta....* gnu/packages/cran.scm (r-altmeta): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Aniket Patil
2020-12-22gnu: Add r-metafor....* gnu/packages/cran.scm (r-metafor): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Aniket Patil
2020-12-22gnu: fc-host-tools: Update to 14....* gnu/packages/embedded.scm (fc-host-tools): Update to 14. Danny Milosavljevic
2020-12-22gnu: perl-geo-ip: Remove package....Fixes <https://bugs.gnu.org/29485>. * gnu/packages/networking.scm (perl-geo-ip): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2020-12-22gnu: kdevelop: Update to 5.6.1....* gnu/packages/kde.scm (kdevelop): Update to 5.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2020-12-22gnu: lollypop: Update to 1.4.6....* gnu/packages/gnome.scm (lollypop): Update to 1.4.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego