b/editors/kakoune/patches/0001-Make-Color-validate_alpha-a-constexpr-function.patch
index 283cddf..57db595 100644
---
a/editors/kakoune/patches/0001-Make-Color-validate_alpha-a-constexpr-function.patch
+++
b/editors/kakoune/patches/0001-Make-Color-validate_alpha-a-constexpr-function.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Make Color::validate_alpha() a constexpr
function.
We call it from a constexpr constructor, so it needs to be constexpr itself.
Fixes #4544.
-Upstream-Status: Backported
+Upstream-Status: Backport
---
src/color.cc | 7 -------
src/color.hh | 7 ++++++-
diff --git
a/editors/kakoune/patches/0001-Stop-using-deprecated-std-iterator.patch
b/editors/kakoune/patches/0001-Stop-using-deprecated-std-iterator.patch
index ed67c9c..326dd56 100644
--- a/editors/kakoune/patches/0001-Stop-using-deprecated-std-iterator.patch
+++ b/editors/kakoune/patches/0001-Stop-using-deprecated-std-iterator.patch
@@ -7,7 +7,7 @@ As reported in #4615 and others, GCC 12.1 emits deprecation
warnings
because we use std::iterator. Replace it with the modern equivalent.