gnu: python-qrcode: Update to 7.3.1. * gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1. [propagated-inputs]: Remove python-six. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
daemon: Remove unused function findOutput. * nix/libstore/misc.cc (findOutput): Remove it. * nix/libstore/misc.hh (findOutput): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
daemon: Remove unused function exportPaths. * nix/libstore/store-api.cc (exportPaths): Remove it. * nix/libstore/store-api.hh (exportPaths): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
daemon: Remove unused function openStore. * nix/libstore/store-api.cc (openStore): Remove it. * nix/libstore/store-api.hh (openStore): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: emacs-vertico: Update to 0.27. * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.27.
news: Fix entry. * etc/news.scm: Fix commit field.
gnu: qmapshack: Add curl dependency. * gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
gnu: qgis: Disable failing tests. * gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: gplates: Add curl dependency. * gnu/packages/geo.scm (gplates)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: openorienteering-mapper: Add curl dependency. * gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: python-cartopy: Update to 0.20.3. * gnu/packages/geo.scm (python-cartopy): Update to 0.20.3. [propagated-inputs]: Add python-pyproj. [inputs]: Add comment to explain why proj is needed after depending on python-pyproj. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: python-pyproj: Update to 3.3.1. * gnu/packages/geo.scm (python-pyproj): Update to 3.3.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: proj: Update to 9.0.1. * gnu/packages/geo.scm (proj): Update to 9.0.1. [arguments]: Remove fix-version phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: xygrib: Build against proj-7. * gnu/packages/geo.scm (xygrib)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: vtk: Build against proj-7. * gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add proj-7. * gnu/packages/geo.scm (proj-7): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
services: web: Fix long lines. * gnu/services/web.scm: Remove a trailing space and wrap long line. No functional change.
news: Add entry about Emacs native compilation. * etc/news.scm: Add entry.
gnu: emacs-org: Undelete build step. With native compilation enabled, it is now no longer meaningless. * gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Don't delete ‘build’.
build-system: emacs: Use new function for autoloads generation * guix/build/emacs-utils.scm (emacs-generate-autoloads): Use 'loaddefs-generate' to create autoloads instead of 'update-directory-autoloads' if we are using a new enough Emacs Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>