summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add apache-arrow-0.16.Ricardo Wurmus2022-06-16
| | | | * gnu/packages/databases.scm (apache-arrow-0.16): New variable.
* gnu: Add cl-policy-cond.Paul A. Patience2022-06-16
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-policy-cond, cl-policy-cond, ecl-policy-cond): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: rocm: Update to 5.1.3.John Kehayias2022-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | All packages updated at the same time as they have a shared version. rocclr is no longer a stand-alone package, so the previous version is kept as rocclr-4 and the current version is just the source, rocclr-src, needed by rocm-opencl-runtime. * gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: Update patches. * gnu/packages/rocm.scm (rocm-cmake, rocm-device-libs, rocm-comgr, roct-thunk-interface, rocr-runtime, rocm-opencl-runtime, rocminfo, rocm-bandwidth-test): Update to 5.1.3. (roct-thunk-interface)[inputs]: Add libdrm. [native-inputs]: Add gcc:lib and pkg-config. (rocclr-src): New variable. (rocclr-4): New variable (previous version of the package). (rocm-opencl-runtime)[source]: Remove obsolete patches. [arguments]: Rewrite with gexps. Add needed #:configure-flags. [inputs]: Remove rocclr, add numactl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Update llvm-for-rocm: Update to 5.1.3.John Kehayias2022-06-16
| | | | | | | | | | | * gnu/packages/llvm.scm (llvm-for-rocm): Update to 5.1.3, now based on llvm-14. [source]{patches}: Remove unneeded patches (add_Object and add_libraries) and add new one (linkdl). * gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch, gnu/packages/patches/llvm-roc-4.2.0-add_Object.patch: Delete files. * gnu/packages/patches/llvm-roc-5.0.0-linkdl.patch: New file. * gnu/local.mk (dist_patch_DATA): Update to match current patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: herbstluftwm: Update to 0.9.4.David Wilson2022-06-16
| | | | | | * gnu/packages/wm.scm (herbstluftwm): Update to 0.9.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libtree: Update to 3.1.1.Artyom V. Poptsov2022-06-16
| | | | | | * gnu/packages/linux.scm (libtree): Update to 3.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: getmail6: Update to 6.18.9.base-for-series-12718base-for-series-12703base-for-series-12702base-for-series-12701base-for-series-12700base-for-series-12699base-for-series-12698Guillaume Le Vaillant2022-06-16
| | | | | * gnu/packages/mail.scm (getmail6): Update to 6.18.9. [description]: Fix typo.
* gnu: Add python-zeep.Vinicius Monego2022-06-16
| | | | | | | | * gnu/packages/python-web.scm (python-zeep): New variable. * gnu/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: Add python-pytest-httpx.Hartmut Goebel2022-06-16
| | | | * gnu/packages/python-check.scm (python-pytest-httpx): New variable.
* gnu: Add python-flake8-blind-except.Vinicius Monego2022-06-16
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-blind-except): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* gnu: python-requests-file: Update to 1.5.1.Vinicius Monego2022-06-16
| | | | | | | * gnu/packages/python-xyz.scm (python-requests-file): Update to 1.5.1. [source]: Make some cosmetic changes. [arguments]<#:phases>: Override 'check phase. [home-page]: Don't break line.
* gnu: Add python-flake8-debugger.Vinicius Monego2022-06-16
| | | | * gnu/packages/python-xyz.scm (python-flake8-debugger): New variable.
* gnu: wayland-protocols: Add 'release-monitoring-url' property.Ludovic Courtès2022-06-15
| | | | | * gnu/packages/freedesktop.scm (wayland-protocols)[properties]: New field.
* gnu: eigen: Honor the #:tests? flag.Efraim Flashner2022-06-15
| | | | | * gnu/packages/algebra.scm (eigen)[arguments]: Adjust the custom 'check phase to honor the #:tests? flag.
* gnu: emacs-lsp-mode: Update to 8.0.1-0.4aafe25.Clément Lassieur2022-06-15
| | | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 8.0.1-0.4aafe25. [arguments]: Add a 'fix-patch-el-files' phase.
* gnu: bind: Update to 9.16.30.Tobias Geerinckx-Rice2022-06-12
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.30.
* gnu: Add rebar3-proper.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (rebar3-proper): New variable.
* gnu: Add rebar3-git-vsn.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (rebar3-git-vsn): New variable.
* gnu: Add rebar3-raw-deps.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (rebar3-raw-deps): New variable.
* gnu: Add rebar3.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (rebar3): New variable.
* gnu: Add erlang-covertool.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-covertool): New variable.
* gnu: Add erlang-proper.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-proper): New variable.
* gnu: Add erlang-jsone.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-jsone): New variable.
* gnu: Add erlang-edown.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-edown): New variable.
* gnu: Add erlang-relx.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-relx): New variable.
* gnu: Add erlang-ssl-verify-fun.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
* gnu: Add erlang-hex-core.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-hex-core): New variable.
* gnu: Add erlang-parse-trans.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-parse-trans): New variable.
* gnu: Add erlang-providers.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-providers): New variable.
* gnu: Add erlang-eunit-formatters.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
* gnu: Add erlang-getopt.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-getopt): New variable.
* gnu: Add erlang-bbmustache.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-bbmustache): New variable.
* gnu: Add erlang-cth-readable.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-cth-readable): New variable.
* gnu: Add erlang-erlware-commons.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-erlware-commons): New variable.
* gnu: Add erlang-certifi.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-certifi): New variable.
* gnu: Add erlang-cf.Hartmut Goebel2022-06-15
| | | | * gnu/packages/erlang.scm (erlang-cf): New variable.
* gnu: slurm: Update to 22.05.1.base-for-series-12695base-for-series-12692base-for-series-12689base-for-series-12686Ludovic Courtès2022-06-15
| | | | | * gnu/packages/parallel.scm (slurm): Update to 22.05.1. (slurm-21.08): New variable.
* gnu: Add kismet.Petr Hodina2022-06-15
| | | | | | | | * gnu/packages/networking.scm (kismet): New variable. * gnu/local.mk: Add patch. * gnu/packages/patches/kismet-unbundle-boost.patch: New file. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libwesockets: Update license.Petr Hodina2022-06-15
| | | | | | * gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rtmidi: Add version 5.0.0.Alexandros Theodotou2022-06-15
| | | | | | | | | | * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. (rtmidi-4.0): New variable. * gnu/packages/music.scm (milkytracker)[inputs]: Use RTMIDI-4.0 rather than RTMIDI. (zrythm)[inputs]: Likewise. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libadwaita: Update to 1.1.0.Alexandros Theodotou2022-06-15
| | | | | | * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lttng-ust: Fix dependencies.Olivier Dion2022-06-15
| | | | | | | | * gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies. [inputs]: Remove liburcu. [propagated-inputs]: Add liburcu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: PostgreSQL: Promote version 14 to the default.Marius Bakke2022-06-14
| | | | | * gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
* gnu: python-asyncpg: Update to 0.25.0.Marius Bakke2022-06-14
| | | | | | * gnu/packages/databases.scm (python-asyncpg): Update to 0.25.0. [native-inputs]: Remove PYTHON-FLAKE8, PYTHON-PYCODESTYLE, PYTHON-SPHINX, PYTHON-SPHINX-RTD-THEME, and PYTHON-SPHINXCONTRIB-ASYNCIO.
* gnu: python-tortoise-orm: Update to 0.19.1.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
* gnu: python-pypika-tortoise: Update to 0.1.5.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
* gnu: gplates: Update to 2.3.01-beta.3.Marius Bakke2022-06-14
| | | | | | | | * gnu/packages/geo.scm (gplates): Update to 2.3.01-beta.3. [source](uri): Adjust for beta releases. [source](file-name): Adjust for zipball. [native-inputs]: Add UNZIP. [inputs]: Simplify.
* gnu: perl-dbd-pg: Update to 3.15.1.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
* gnu: python-acme, certbot: Update to 1.28.0.Marius Bakke2022-06-14
| | | | | | * gnu/packages/tls.scm (python-acme): Update to 1.28.0. [arguments]: Override check phase. (certbot)[source]: Update hash.
* gnu: python-josepy: Update to 1.13.0.Marius Bakke2022-06-14
| | | | | * gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0. [propagated-inputs]: Remove PYTHON-SIX.