aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-04-14gnu: vulkan-headers: Update to 1.2.202.Kaelyn Takata
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.202.
2023-04-14gnu: spirv-tools: Update to 2021.4.Kaelyn Takata
* gnu/packages/vulkan.scm (spirv-tools): Update to 2021.4.
2023-04-14gnu: spirv-headers: Update to 1.2.198.0.Kaelyn Takata
* gnu/packages/vulkan.scm (spirv-headers): Update to 1.2.198.0.
2023-04-14gnu: abjad: Fix build.Sharlatan Hellseher
* gnu/packages/music.scm (abjad): Fix build. [arguments]: Use gexp. <phases>: Add disable-failing-tests phase to fix build process of the package. [propagated-inputs]: Move python-flake8, python-isort, python-mypy, python-pytest, python-pytest-cov, python-pytest-helpers-namespace, python-six, python-sphinx-autodoc-typehints from here ... [native-inputs]: ... to here. Remove python-black. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-14gnu: Sort use-module alphabetically in (gnu packages music).Sharlatan Hellseher
* gnu/packages/music.scm: Sort use-module alphabetically to ease maintenance. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-14gnu: Remove duplicate module imports from (gnu packages music).Sharlatan Hellseher
* gnu/packages/music.scm: Remove duplicated (guix build-system qt). Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-14gnu: js8call: Don't inherit from wsjtx.Guillaume Le Vaillant
The inheritance has no effect as all the package fields are specified. * gnu/packages/radio.scm (js8call): Remove 'inherit' field.
2023-04-14gnu: js8call: Improve package style.Sharlatan Hellseher
* gnu/packages/radio.scm (js8call): Use Gexp and shift order of components. [tests]: Enable them. [arguments]<phases>: In fix-paths phase add more steps to modify test script. Replace check phase with in-project script. [native-inputs]: Remove labels. [inputs]: As above. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-14gnu: sbcl-cl-colors2: Update to 0.5.0.Artyom Bologov
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2) Update to 0.5.0 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-13gnu: copyq: Update to 7.0.0.kiasoc5
* gnu/packages/xdisorg.scm (copyq): Update to 7.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: cbatticon: Update to 1.6.13.kiasoc5
* gnu/packages/admin.scm (cbatticon): Update to 1.6.13. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: freeciv: Update to 3.0.7.Yovan Naumovski
* gnu/packages/games.scm (freeciv): Update to 3.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: uxn: Update to 0.1.0-1.83237c9.Yovan Naumovski
* gnu/packages/emulators.scm (uxn): Update to 0.1.0-1.83237c9. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: minetest: Update to 5.7.0.Parnikkapore
* gnu/packages/minetest.scm (minetest): Update to 5.7.0. [arguments]: Move check phase to after install, as the tests refer to data files in the installation. (minetest-data): Update to 5.7.0. * gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt10. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: python-redis: Update to 4.5.4.Yovan Naumovski
* gnu/packages/databases.scm (python-redis): Update to 4.5.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: python-breathe: Update to 4.35.0.Antero Mejr
* gnu/packages/sphinx.scm (python-breathe): Update to 4.35.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: rust-slog-stdlog: Update to 4.1.1.aecepoglu
* gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: python-faker: Update to 15.0.0.jgart
* gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13gnu: guix-build-coordinator: Update to 0-77.7f6db4b.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-77.7f6db4b.
2023-04-13gnu: evince: Update to 44.1.Maxim Cournoyer
* gnu/packages/gnome.scm (evince): Update to 44.1. [arguments]: Update skip-gtk-update-icon-cache phase.
2023-04-12gnu: wsjtx: Improve package style.Sharlatan Hellseher
* gnu/package/radio.scm (wsjtx): Improve package style by shifting order of components. [native-inputs]: Columnize, sort alphabetically. [inputs]: Remove labels, sort alphabetically. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-12gnu: wsjtx: Update to 2.6.1.Sharlatan Hellseher
* gnu/packages/radio.scm (wsjtx): Update to 2.6.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-12gnu: Zstandard: Update to 1.5.5.Leo Famulari
This fixes a corruption bug: https://github.com/facebook/zstd/releases/tag/v1.5.5 * gnu/packages/compression.scm (zstd)[replacement, properties]: New fields. (zstd-1.5.5): New variable.
2023-04-12gnu: Add cl-docutils.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-docutils, ecl-cl-docutils, sbcl-cl-docutils): New variables.
2023-04-12gnu: Add data-format-validation.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-data-format-validation, ecl-data-format-validation, sbcl-data-format-validation): New variables.
2023-04-12gnu: Add staple.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-staple, ecl-staple, sbcl-staple): New variables.
2023-04-12gnu: Add speechless.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-speechless, ecl-speechless, sbcl-speechless): New variables.
2023-04-12gnu: Add maiden.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-maiden, ecl-maiden, sbcl-maiden): New variables.
2023-04-12gnu: Add forge.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-forge, ecl-forge, sbcl-forge): New variables.
2023-04-12gnu: Add filesystem-utils.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-filesystem-utils, ecl-filesystem-utils, sbcl-filesystem-utils): New variables.
2023-04-12gnu: Add file-select.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-file-select, ecl-file-select, sbcl-file-select): New variables.
2023-04-12gnu: Add depot.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-depot, ecl-depot, sbcl-depot): New variables.
2023-04-12gnu: Add cl-steamworks.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-steamworks, ecl-cl-steamworks, sbcl-cl-steamworks): New variables.
2023-04-12gnu: Add cl-modio.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-modio, ecl-cl-modio, sbcl-cl-modio): New variables.
2023-04-12gnu: Add zippy.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-zippy, ecl-zippy, sbcl-zippy): New variables.
2023-04-12gnu: Add cl-markless.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-markless, ecl-cl-markless, sbcl-cl-markless): New variables.
2023-04-12gnu: Add cl-fond.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-fond, ecl-cl-fond, sbcl-cl-fond): New variables.
2023-04-12gnu: Add radiance-contribs.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-radiance-contribs, ecl-radiance-contribs, sbcl-radiance-contribs): New variables.
2023-04-12gnu: sbcl-slynk: Update to 20230327.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20230327.
2023-04-12gnu: emacs-sly: Update to 20230327.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20230327.
2023-04-12gnu: qgis: Update to 3.30.1.Felix Gruber
* gnu/packages/geo.scm (qgis): Update to 3.30.1. [arguments]: Define GISBASE environment variable during tests as it is used to find Grass GIS. (later in the installed version of QGis the same environment variable has already been set.) Execute tests in parallel. Update list of disabled broken tests. Try to classify failure reasons (network, missing/incomplete dependencies). There are still a lot of tests with unknown failure reasons. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: pcb2gcode: Update to 2.5.0.Felix Gruber
* gnu/packages/engineering.scm (pcb2gcode): Update to 2.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: python-osmnx: Use pyproject-build-system.Felix Gruber
* gnu/packages/geo.scm (python-osmnx)[build-system]: Use pyproject-build-system instead of python-build-system. [arguments]: Remove custom 'check phase. Instead define test-flags to disable network tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: python-rtree: Update to 1.0.1.Felix Gruber
* gnu/packages/geo.scm (python-rtree): Update to 1.0.1. [build-system]: Use pyproject-build-system instead of python-build-system. [arguments]: Remove custom 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: python-cartopy: Disable some tests.Felix Gruber
Some tests fail with proj 9.2.0. * gnu/packages/geo.scm (python-cartopy)[arguments]: Update 'check' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: python-pyproj: Update to 3.5.0.Felix Gruber
* gnu/packages/geo.scm (python-pyproj): Update to 3.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: proj: Update to 9.2.0.Felix Gruber
* gnu/packages/geo.scm (proj): Update to 9.2.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: geos: Update to 3.11.2.Felix Gruber
* gnu/packages/geo.scm (geos): Update to 3.11.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-12gnu: electron-cash: Update to 4.2.14.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.2.14. [arguments]: Remove 'relax-requirements' phase.
2023-04-12gnu: p2pool: Update to 3.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (p2pool): Update to 3.2.