diff --git a/_servicedata b/_servicedata
index 2577a6f..287f368 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://git.sr.ht/~sircmpwn/hare
- ce67adb5aea8b1d17d366700551806f868585dcc
\ No newline at end of file
+ 6c1a836cd86bebc8670e22effcd8a3061a0b4a14
\ No newline at end of file
diff --git a/hare-1702417101.ce67adb5.tar.zst b/hare-1702417101.ce67adb5.tar.zst
deleted file mode 100644
index 3e1be7e..0000000
--- a/hare-1702417101.ce67adb5.tar.zst
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:21f09a069c0631f1b4a4c5994a08c2884fc22868e698e53f2f7572e3a2115d86
-size 625321
diff --git a/hare-1703237889.6c1a836c.tar.zst b/hare-1703237889.6c1a836c.tar.zst
new file mode 100644
index 0000000..27d130c
--- /dev/null
+++ b/hare-1703237889.6c1a836c.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1fff10073b6ccb6968db787909e560d18219f41c0322ea7c0f3d86164853c3c5
+size 625660
diff --git a/hare.changes b/hare.changes
index 80ba2ed..8e08476 100644
--- a/hare.changes
+++ b/hare.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Sat Dec 23 02:20:15 UTC 2023 - socvirnyl.estela@gmail.com
+
+- Update to version 1703237889.6c1a836c:
+ * correct inotify_event to use [*]u8
+ * make rt/+{arch}/restore.s platform-specific to +linux
+ * rt/: prepare for IBT support
+ * strings: Further simplify sub
+ * os: handle errors on file system iteration
+ * strconv::stof32 fix doc
+- Update specfile
+ * Always be specific with harec versions. Some hare versions won't
+ work if harec version is not specified.
+
-------------------------------------------------------------------
Sat Dec 16 01:10:17 UTC 2023 - Soc Virnyl Estela
diff --git a/hare.obsinfo b/hare.obsinfo
index 53fa766..e7ab9de 100644
--- a/hare.obsinfo
+++ b/hare.obsinfo
@@ -1,4 +1,4 @@
name: hare
-version: 1702417101.ce67adb5
-mtime: 1702417101
-commit: ce67adb5aea8b1d17d366700551806f868585dcc
+version: 1703237889.6c1a836c
+mtime: 1703237889
+commit: 6c1a836cd86bebc8670e22effcd8a3061a0b4a14
diff --git a/hare.spec b/hare.spec
index f4d8cb4..4bfc71d 100644
--- a/hare.spec
+++ b/hare.spec
@@ -19,7 +19,7 @@
%bcond_without test
Name: hare
Release: 0
-Version: 1702417101.ce67adb5
+Version: 1703237889.6c1a836c
Summary: Hare system programming language
Group: Development/Tools/Building
License: MPL-2.0
@@ -29,7 +29,8 @@ Source1: %{name}-rpmlintrc
Source2: README-suse-maint.md
BuildRequires: binutils
BuildRequires: gcc
-BuildRequires: harec
+# Always be specific on harec version
+BuildRequires: harec = 1702179030.9d51b36
BuildRequires: make
BuildRequires: qbe
BuildRequires: scdoc