summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* 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.
* gnu: TimescaleDB: Update to 2.7.0.Marius Bakke2022-06-14
| | | | | | | | * 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.
* gnu: ruby-pg: Update to 1.3.5.Marius Bakke2022-06-14
| | | | | | | * gnu/packages/ruby.scm (ruby-pg): Update to 1.3.5. [home-page]: Change to current. [source]: Switch to GIT-FETCH. [arguments]: Add #:phases.
* gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-13/replacement): Update to 13.7.
* gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.21.
* gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.16.
* gnu: PostgreSQL@14: Update to 14.3 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.3.
* gnu: PostgreSQL: Permit loading plugins from symlink unions again.Marius Bakke2022-06-14
| | | | | | | | | ...this fixes a regression since 49b350fafc2c3 where the patch to disable symlink resolving went missing from versions < 14. * gnu/packages/databases.scm (postgresql-13/replacement): New variable. (postgresql-13)[replacement]: New field. (postgresql-11)[source](patches): Add 'postgresql-disable-resolve_symlinks.patch'.
* gnu: dos2unix: Update to 7.4.3.Greg Hogan2022-06-12
| | | | | | * gnu/packages/textutils.scm (dos2unix): Update to 7.4.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: htop: Update to 3.2.1.Greg Hogan2022-06-12
| | | | | | * gnu/packages/admin.scm (htop): Update to 3.2.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: ccache: Update to 4.6.1.Greg Hogan2022-06-12
| | | | | | * gnu/packages/ccache.scm (ccache): Update to 4.6.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add dbus-verbose.Maxim Cournoyer2022-06-14
| | | | * gnu/packages/glib.scm (dbus-verbose): New variable.
* gnu: komikku: Update to 0.39.0.Liliana Marie Prikler2022-06-14
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.39.0.
* gnu: webkitgtk: Update to 2.36.3.Liliana Marie Prikler2022-06-14
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.36.3.
* gnu: h-client: Fetch source from Savannah again.Maxim Cournoyer2022-06-14
| | | | | * gnu/packages/hardware.scm (h-client)[source]: Update URL and associated comment.
* gnu: cl-fof: Update to 0.2.0-1.522879e.Guillaume Le Vaillant2022-06-14
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fof): Update to 0.2.0-1.522879e. [inputs]: Sort inputs. [arguments]: Remove 'fix-build' phase.
* gnu: cl-dexador: Remove input labels.Guillaume Le Vaillant2022-06-14
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-dexador)[inputs, native-inputs]: Remove labels and sort inputs.
* gnu: cl-dexador: Update to 0.9.15-1.74a233e.André A. Gomes2022-06-14
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15-1.74a233e. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-fof: Fix build with recent cl-serapeum.Guillaume Le Vaillant2022-06-14
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fof)[inputs]: Remove labels and add sbcl-named-readtables. [arguments]: Add 'fix-build' phase.
* gnu: cl-serapeum: Update to 0.0.0-7.d2150c6.Paul A. Patience2022-06-14
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-7.d2150c6. [inputs]: Remove sbcl-named-readtables and sbcl-fare-quasiquote. Add sbcl-introspect-environment and sbcl-trivial-cltl2. [native-inputs]: Add sbcl-atomics. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-serapeum: Use G-expressions.Paul A. Patience2022-06-14
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-serapeum)[arguments]: Use G-expressions and simplify the 'disable-failing-tests' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-serapeum: Remove input labels.Paul A. Patience2022-06-14
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-serapeum)[inputs, native-inputs]: Remove labels. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-httpx: Update to 0.23.0.Arun Isaac2022-06-14
| | | | * gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
* gnu: python-httpcore: Update to 0.15.0.Arun Isaac2022-06-14
| | | | | * gnu/packages/python-web.scm (python-httpcore): Update to 0.15.0. [arguments]: Override asyncio_mode when invoking pytest in check phase.
* gnu: dovecot: Update to 2.3.19.1.Tobias Geerinckx-Rice2022-06-12
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.19.1.
* gnu: sudo: Update to 1.9.11p2.Tobias Geerinckx-Rice2022-06-12
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.11p2.
* gnu: python-parted: Rename to python-pyparted.Tobias Geerinckx-Rice2022-06-12
| | | | | | * gnu/packages/disk.scm (python-pyparted): New variable renamed from… (python-parted): …this, to better follow the package naming guidelines. Redefine it using DEPRECATED-PACKAGE.
* gnu: python-parted: Update to 3.12.0.Tobias Geerinckx-Rice2022-06-12
| | | | | * gnu/packages/disk.scm (python-parted): Update to 3.12.0. [arguments]: Run the default 'check phase at the default time.
* gnu: autogen: Build reproducibly.base-for-series-12681base-for-series-12680base-for-series-12675Vagrant Cascadian2022-06-13
| | | | | * gnu/packages/autogen.scm (autogen)[arguments]: Add 'use-numeric-ids-in-tarball phase.
* gnu: autogen: Build with guile 3.0.Vagrant Cascadian2022-06-13
| | | | | * gnu/packages/autogen.scm (autogen)[arguments]: Add 'support-guile-3.0 phase. [inputs]: Remove guile-2.2 and add guile-3.0.
* gnu: java-commons-lang3: Update to 3.12.0Artyom V. Poptsov2022-06-13
| | | | | | | | * gnu/packages/java.scm (java-commons-lang3): Update to 3.12.0. * gnu/packages/patches/java-commons-lang-fix-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: sollya: Update to 8.0.Andreas Enge2022-06-13
| | | | * gnu/packages/algebra.scm (sollya): Update to 8.0.
* gnu: python-fpylll: Update to 0.5.7.Andreas Enge2022-06-13
| | | | | * gnu/packages/algebra.scm (python-fpylll): Update to 0.5.7. [source]: Revert from git to pypi.
* gnu: fplll: Update to 5.4.2.Andreas Enge2022-06-13
| | | | | | | | * gnu/packages/algebra.scm (fplll): Update to 5.4.2. [source]: Remove patch; for unknown reasons the package now compiles without it. * gnu/packages/patches/fplll-std-fenv.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch.
* gnu: r-quantpsyc: Update to 1.6.Ricardo Wurmus2022-06-13
| | | | | * gnu/packages/statistics.scm (r-quantpsyc): Update to 1.6. [propagated-inputs]: Add r-dplyr and r-purrr.
* gnu: r-mnormt: Update to 2.1.0.Ricardo Wurmus2022-06-13
| | | | | * gnu/packages/statistics.scm (r-mnormt): Update to 2.1.0. [propagated-inputs]: Remove r-tmvnsim.
* gnu: r-flexmix: Update to 2.3-18.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/statistics.scm (r-flexmix): Update to 2.3-18.