taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f3ffa8cd7589123916e8042277c2ebb9ac738627
parent 4e54e0e877251f36130773918a3600eb27850321
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  9 Oct 2023 09:19:47 +0200

-bump pg dependency

Diffstat:
Mfrags/list-of-dependencies.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frags/list-of-dependencies.rst b/frags/list-of-dependencies.rst @@ -18,11 +18,11 @@ - libjansson >= 2.7 -- PostgreSQL >= 13, including libpq +- PostgreSQL >= 15, including libpq - GNU libmicrohttpd >= 0.9.71 -- GNUnet >= 0.19 (from `source tarball <http://ftpmirror.gnu.org/gnunet/>`__) +- GNUnet >= 0.20 (from `source tarball <http://ftpmirror.gnu.org/gnunet/>`__) - Python3 with ``jinja2`` @@ -45,4 +45,4 @@ install these dependencies: libpq-dev \ libmicrohttpd-dev \ python3-jinja2 \ - postgresql-13 + postgresql-15