diff --git a/system/installer/Calamares/files/no_fsck_and_pymouth2.patch b/system/installer/Calamares/files/no_fsck_and_pymouth2.patch
index 9fc52ab722..549d5d1706 100644
--- a/system/installer/Calamares/files/no_fsck_and_pymouth2.patch
+++ b/system/installer/Calamares/files/no_fsck_and_pymouth2.patch
@@ -1,11 +1,12 @@
diff -Nuar a/src/modules/initcpiocfg/main.py b/src/modules/initcpiocfg/main.py
---- a/src/modules/initcpiocfg/main.py 2020-02-28 01:26:29.000000000 +0300
-+++ b/src/modules/initcpiocfg/main.py 2020-03-21 14:33:22.179730271 +0300
-@@ -185,8 +185,6 @@
- elif (btrfs == "yes"
- and cpu['proc0']['vendor_id'].lower() == "genuineintel"):
- modules.append("crc32c-intel")
+--- a/src/modules/initcpiocfg/main.py 2023-04-24 23:33:41.000000000 +0300
++++ b/src/modules/initcpiocfg/main.py 2023-10-29 17:18:07.247748772 +0300
+@@ -215,8 +215,6 @@
+
+ if uses_btrfs:
+ modules.append("crc32c-intel" if cpuinfo().is_intel else "crc32c")
- else:
- hooks.append("fsck")
-
- write_mkinitcpio_lines(hooks, modules, files, root_mount_point)
+
+ return (hooks, modules, files)
+
diff --git a/util/crypt/gpgme/pspec.xml b/util/crypt/gpgme/pspec.xml
index ac714f7ac1..7daabad729 100644
--- a/util/crypt/gpgme/pspec.xml
+++ b/util/crypt/gpgme/pspec.xml
@@ -13,7 +13,7 @@
library
GnuPG Made Easy is a library for making GnuPG easier to use
GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management.
- https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.0.tar.bz2
+ https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.1.tar.bz2
swig
gnupg
@@ -122,6 +122,13 @@
+
+ 2023-10-30
+ 1.23.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-10-27
1.23.0