Delete 284a5149-4efa-48a9-b3a4-38b7a334367f.patch

This commit is contained in:
Support 2026-01-20 19:04:43 +00:00
parent 4d4e00c6a5
commit 02c7b7064a

View file

@ -1,25 +0,0 @@
Subject: [PATCH] Update GUI and Core versions
---
Index: pyproject.toml
<+>UTF-8
===================================================================
diff --git a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml (revision 134e5e6970b158ad64adb8ad064af684bfc563af)
+++ b/pyproject.toml (date 1768752611072)
@@ -1,6 +1,6 @@
[project]
name = "sp-hydra-veil-gui"
-version = "2.1.4"
+version = "2.2.0"
authors = [
{ name = "Simplified Privacy" },
]
@@ -12,7 +12,7 @@
"Operating System :: POSIX :: Linux",
]
dependencies = [
- "sp-hydra-veil-core == 2.1.2",
+ "sp-hydra-veil-core == 2.2.0",
"pyperclip ~= 1.9.0",
"pyqt6 ~= 6.7.1",
"qrcode[pil] ~= 8.2"