diff --git a/generic-lens-2.2.0.0.tar.gz b/generic-lens-2.2.0.0.tar.gz
deleted file mode 100644
index 2f03476..0000000
--- a/generic-lens-2.2.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b7db34467ab43bb33685aa9d70ac00b43b897db8a5f56df818d4e7c85c86c158
-size 21144
diff --git a/generic-lens-2.2.1.0.tar.gz b/generic-lens-2.2.1.0.tar.gz
new file mode 100644
index 0000000..7ae4e9e
--- /dev/null
+++ b/generic-lens-2.2.1.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ea82e34d694f15086d643f34312e319ff7fa529fd776fcf935fabf988c21569d
+size 21197
diff --git a/ghc-generic-lens.changes b/ghc-generic-lens.changes
index e1e75b7..eb4fcc1 100644
--- a/ghc-generic-lens.changes
+++ b/ghc-generic-lens.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sat Jan 22 22:53:12 UTC 2022 - Peter Simons <psimons@suse.com>
+
+- Update generic-lens to version 2.2.1.0.
+  ## generic-lens-2.2.1.0 (2022-01-22)
+  - GHC 9.2 compatibility
+
 -------------------------------------------------------------------
 Thu Jul 15 16:15:11 UTC 2021 - psimons@suse.com
 
diff --git a/ghc-generic-lens.spec b/ghc-generic-lens.spec
index e3f8d2b..32a5300 100644
--- a/ghc-generic-lens.spec
+++ b/ghc-generic-lens.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-generic-lens
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name generic-lens
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.2.0.0
+Version:        2.2.1.0
 Release:        0
 Summary:        Generically derive traversals, lenses and prisms
 License:        BSD-3-Clause