From c1930f1f5dd1688c5356043268a2349358772b08 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:13:31 +0400 Subject: [PATCH] core: update simplexmq to new protocol versions, 5.6.0.0 --- cabal.project | 2 +- package.yaml | 2 +- simplex-chat.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 1404caa82f..38140f71f8 100644 --- a/cabal.project +++ b/cabal.project @@ -12,7 +12,7 @@ constraints: zip +disable-bzip2 +disable-zstd source-repository-package type: git location: https://github.com/simplex-chat/simplexmq.git - tag: caeeb2df9ccca29a6bb504886736502d081fba0e + tag: 3525e9d555aa7b207a8327a844161f55c19d5d2b source-repository-package type: git diff --git a/package.yaml b/package.yaml index 1d44ae8a0c..a4df72cda8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: simplex-chat -version: 5.5.3.0 +version: 5.6.0.0 #synopsis: #description: homepage: https://github.com/simplex-chat/simplex-chat#readme diff --git a/simplex-chat.cabal b/simplex-chat.cabal index 9e2b863192..55011eb67f 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: simplex-chat -version: 5.5.3.0 +version: 5.6.0.0 category: Web, System, Services, Cryptography homepage: https://github.com/simplex-chat/simplex-chat#readme author: simplex.chat