gnu: scrot: Update to 1.3.
* gnu/packages/xdisorg.scm (scrot): Update to 1.3.
gnu: nfs-utils: Update to 2.4.3.
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3.
gnu: haproxy: Update to 2.1.4.
* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
gnu: batctl: Update to 2020.1.
* gnu/packages/networking.scm (batctl): Update to 2020.1.
gnu: mutt: Update to 1.14.2.
* gnu/packages/mail.scm (mutt): Update to 1.14.2.
gnu: mc: Update to 4.8.24.
* gnu/packages/mc.scm (mc): Update to 4.8.24.
[source]: Use HTTPS.
gnu: cutter: Update to 1.10.3.
* gnu/packages/engineering.scm (cutter): Update to 1.10.3.
gnu: fetchmail: Update to 6.4.5.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.5.
[arguments]: Remove obsolete ‘create-test-environment’ phase.
gnu: balsa: Don't use NAME in source URI.
* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
gnu: balsa: Update to 2.6.1.
* gnu/packages/mail.scm (balsa): Update to 2.6.1.
gnu: nethogs: Migrate to HASH.
* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
<hash>: …this I guess.
gnu: nethogs: Don't use unstable tarball.
* gnu/packages/networking.scm (nethogs)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Don't try (and fail) to determine the version using git.
gnu: nethogs: Update to 0.8.6.
* gnu/packages/networking.scm (nethogs): Update to 0.8.6.
gnu: wxmaxima: Update to 20.04.0.
* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
maint: 'authenticate' depends on a couple of .go files.
* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.
compile: Do not optimize "gnu/tests/*".
* guix/build/compile.scm (optimization-options): Add "gnu/tests/" to
level 0.
gexp: The result of 'imported-files/derivation' is non-substitutable.
* guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to
'gexp->derivation'.
gnu: qhull: Update to 2019.1
* gnu/packages/maths.scm (qhull): update to 2019.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
self: Optimize 'file-append*' for 'local-file?'.
* guix/self.scm (file-append*): Add 'local-file?' case.
* guix/gexp.scm (local-file-select?): Export.
doc: Remove one use of 'file-append*'.
* doc/build.scm (texinfo-manual-source)[build]: Use 'file-append', not
'file-append*', for 'htmlxref.cnf', to ensure it has the right basename.