gnu: python-pytest-regressions: Update to 2.3.1. * gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1.
gnu: python-cairocffi: Update to 1.3.0. * gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.3.0.
gnu: python-xlsxwriter: Update to 3.0.3. * gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
gnu: python-jdcal: Update to 1.4.1. * gnu/packages/python-xyz.scm (python-jdcal): Update to 1.4.1. [arguments]: Use G-expression and respect TESTS? keyword.
gnu: python-et-xmlfile: Update to 1.1.0. * gnu/packages/python-xyz.scm (python-et-xmlfile): Update to 1.1.0. [source]: Switch to HG-FETCH. [arguments]: Use G-expression and respect TESTS? keyword.
gnu: zabbix: Update to 6.0.8. * gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.8. [native-inputs]: Add PKG-CONFIG.
gnu: linux: Remove unnecessary let clause in make-linux-libre. * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Remove unnecessary let clause in 'configure phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: Add cl-list-named-class. * gnu/packages/lisp-xyz.scm (cl-list-named-class, ecl-list-named-class, sbcl-list-named-class): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: cl-lisp-unit2: Update to 0.9.3. * gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-cron. * gnu/packages/lisp-xyz.scm (cl-cron, ecl-cl-cron, sbcl-cl-cron): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-positional-lambda. * gnu/packages/lisp-xyz.scm (cl-positional-lambda, ecl-positional-lambda, sbcl-positional-lambda): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-map-bind. * gnu/packages/lisp-xyz.scm (cl-map-bind, ecl-map-bind, sbcl-map-bind): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-rucksack. * gnu/packages/lisp-xyz.scm (cl-rucksack, sbcl-rucksack): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-amb. * gnu/packages/lisp-xyz.scm (cl-amb, ecl-amb, sbcl-amb): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-tripod. * gnu/packages/lisp-xyz.scm (cl-tripod, ecl-tripod, sbcl-tripod): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-smug. * gnu/packages/lisp-xyz.scm (cl-smug, ecl-smug, sbcl-smug): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: Add cl-2am. * gnu/packages/lisp-check.scm (cl-2am, ecl-2am, sbcl-2am): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
image: Use #true and #false. * gnu/image.scm: Use #true and #false instead of #t and #f respectively. No functional change.
system: images: Define the platform in image-types. Running the following command where my-pine.scm contains an operating-system declaration: guix system image --image-type=pine64-raw my-pine.scm returns: guix system: error: package linux-libre-arm64-generic@5.18.19 does not support x86_64-linux That's because there's no platform defined in the pine64-raw image-type, hence the guix system image tries to build the image for the host architecture. * gnu/system/images/novena.scm (novena-image-type): Use the armv7-linux platform. * gnu/system/images/pine64.scm (pine64-image-type): Use the aarch64-linux platform. * gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type): Use the aarch64-linux platform. * gnu/system/images/rock64.scm (rock64-image-type): Use the aarch64-linux platform.
system: image: Update my copyright. * gnu/system/image.scm: Update it.