summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/pyproject.toml2
-rw-r--r--flatpak/org.onionshare.OnionShare.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 10b38dc4..a715e9ee 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -14,7 +14,7 @@ icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
"./onionshare_cli-2.3-py3-none-any.whl",
- "pyside2==5.15.2",
+ "pyside2==5.15.1",
"qrcode"
]
diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml
index 7d442a09..28c72060 100644
--- a/flatpak/org.onionshare.OnionShare.yaml
+++ b/flatpak/org.onionshare.OnionShare.yaml
@@ -34,8 +34,8 @@ modules:
- /bin
sources:
- type: archive
- sha256: b306504b0b8037079a8eab772ee774b9e877a2d84bab2dbefbe4fa6f83941418
- url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz
+ sha256: f175c1d8813257904cf0efeb58e44f68d53b9916f73adaf9ce19514c0271c3fa
+ url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.1-src/pyside-setup-opensource-src-5.15.1.tar.xz
- type: shell
commands:
- mkdir -p /app/include/qt5tmp && cp -R /usr/include/Qt* /app/include/qt5tmp # https://bugreports.qt.io/browse/PYSIDE-787