summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-06-16gnu: herbstluftwm: Update to 0.9.4.David Wilson
* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-16gnu: libtree: Update to 3.1.1.Artyom V. Poptsov
* gnu/packages/linux.scm (libtree): Update to 3.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-16gnu: getmail6: Update to 6.18.9.Guillaume Le Vaillant
* gnu/packages/mail.scm (getmail6): Update to 6.18.9. [description]: Fix typo.
2022-06-16gnu: Add python-zeep.Vinicius Monego
* 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>
2022-06-16gnu: Add python-pytest-httpx.Hartmut Goebel
* gnu/packages/python-check.scm (python-pytest-httpx): New variable.
2022-06-16gnu: Add python-flake8-blind-except.Vinicius Monego
* gnu/packages/python-xyz.scm (python-flake8-blind-except): New variable. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2022-06-16gnu: python-requests-file: Update to 1.5.1.Vinicius Monego
* 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.
2022-06-16gnu: Add python-flake8-debugger.Vinicius Monego
* gnu/packages/python-xyz.scm (python-flake8-debugger): New variable.
2022-06-15gnu: wayland-protocols: Add 'release-monitoring-url' property.Ludovic Courtès
* gnu/packages/freedesktop.scm (wayland-protocols)[properties]: New field.
2022-06-15gnu: eigen: Honor the #:tests? flag.Efraim Flashner
* gnu/packages/algebra.scm (eigen)[arguments]: Adjust the custom 'check phase to honor the #:tests? flag.
2022-06-15gnu: emacs-lsp-mode: Update to 8.0.1-0.4aafe25.Clément Lassieur
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 8.0.1-0.4aafe25. [arguments]: Add a 'fix-patch-el-files' phase.
2022-06-12gnu: bind: Update to 9.16.30.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.30.
2022-06-15gnu: Add rebar3-proper.Hartmut Goebel
* gnu/packages/erlang.scm (rebar3-proper): New variable.
2022-06-15gnu: Add rebar3-git-vsn.Hartmut Goebel
* gnu/packages/erlang.scm (rebar3-git-vsn): New variable.
2022-06-15gnu: Add rebar3-raw-deps.Hartmut Goebel
* gnu/packages/erlang.scm (rebar3-raw-deps): New variable.
2022-06-15gnu: Add rebar3.Hartmut Goebel
* gnu/packages/erlang.scm (rebar3): New variable.
2022-06-15gnu: Add erlang-covertool.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-covertool): New variable.
2022-06-15gnu: Add erlang-proper.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-proper): New variable.
2022-06-15gnu: Add erlang-jsone.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-jsone): New variable.
2022-06-15gnu: Add erlang-edown.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-edown): New variable.
2022-06-15gnu: Add erlang-relx.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-relx): New variable.
2022-06-15gnu: Add erlang-ssl-verify-fun.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
2022-06-15gnu: Add erlang-hex-core.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-hex-core): New variable.
2022-06-15gnu: Add erlang-parse-trans.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-parse-trans): New variable.
2022-06-15gnu: Add erlang-providers.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-providers): New variable.
2022-06-15gnu: Add erlang-eunit-formatters.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
2022-06-15gnu: Add erlang-getopt.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-getopt): New variable.
2022-06-15gnu: Add erlang-bbmustache.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-bbmustache): New variable.
2022-06-15gnu: Add erlang-cth-readable.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-cth-readable): New variable.
2022-06-15gnu: Add erlang-erlware-commons.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-erlware-commons): New variable.
2022-06-15gnu: Add erlang-certifi.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-certifi): New variable.
2022-06-15gnu: Add erlang-cf.Hartmut Goebel
* gnu/packages/erlang.scm (erlang-cf): New variable.
2022-06-15gnu: slurm: Update to 22.05.1.Ludovic Courtès
* gnu/packages/parallel.scm (slurm): Update to 22.05.1. (slurm-21.08): New variable.
2022-06-15gnu: Add kismet.Petr Hodina
* 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>
2022-06-15gnu: libwesockets: Update license.Petr Hodina
* gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-15gnu: rtmidi: Add version 5.0.0.Alexandros Theodotou
* 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>
2022-06-15gnu: libadwaita: Update to 1.1.0.Alexandros Theodotou
* gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-15gnu: lttng-ust: Fix dependencies.Olivier Dion
* gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies. [inputs]: Remove liburcu. [propagated-inputs]: Add liburcu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-14gnu: PostgreSQL: Promote version 14 to the default.Marius Bakke
* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
2022-06-14gnu: python-asyncpg: Update to 0.25.0.Marius Bakke
* 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.
2022-06-14gnu: python-tortoise-orm: Update to 0.19.1.Marius Bakke
* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
2022-06-14gnu: python-pypika-tortoise: Update to 0.1.5.Marius Bakke
* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
2022-06-14gnu: gplates: Update to 2.3.01-beta.3.Marius Bakke
* 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.
2022-06-14gnu: perl-dbd-pg: Update to 3.15.1.Marius Bakke
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
2022-06-14gnu: python-acme, certbot: Update to 1.28.0.Marius Bakke
* gnu/packages/tls.scm (python-acme): Update to 1.28.0. [arguments]: Override check phase. (certbot)[source]: Update hash.
2022-06-14gnu: python-josepy: Update to 1.13.0.Marius Bakke
* gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0. [propagated-inputs]: Remove PYTHON-SIX.
2022-06-14gnu: TimescaleDB: Update to 2.7.0.Marius Bakke
* gnu/packages/databases.scm (timescaledb): Update to 2.7.0. [source](snippet): Remove more files. [source](patches): New field. * gnu/packages/patches/timescaledb-flaky-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-14gnu: ruby-pg: Update to 1.3.5.Marius Bakke
* gnu/packages/ruby.scm (ruby-pg): Update to 1.3.5. [home-page]: Change to current. [source]: Switch to GIT-FETCH. [arguments]: Add #:phases.
2022-06-14gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552].Marius Bakke
* gnu/packages/databases.scm (postgresql-13/replacement): Update to 13.7.
2022-06-14gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552].Marius Bakke
* gnu/packages/databases.scm (postgresql-10): Update to 10.21.