exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a135cdab9280f3a1cd6cc03a5cc9b6b86aeb2146
parent 5c0a9144cdac8eaa50ea7dc3dce40331e4d6f59b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Dec 2024 00:18:00 +0100

-fix gnunet dependency version

Diffstat:
Mdebian/control | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control @@ -10,7 +10,7 @@ Build-Depends: gcc-12, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.23), + libgnunet-dev (>=0.22.3), libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), libgcrypt20-dev (>=1.8), libgnutls28-dev (>=3.2.12), @@ -155,7 +155,7 @@ Section: libdevel Architecture: any Depends: libtalerexchange (= ${binary:Version}), - libgnunet-dev (>=0.23), + libgnunet-dev (>=0.22.3), libgcrypt20-dev (>=1.8), libmicrohttpd-dev (>=0.9.71), ${misc:Depends},