From 9da9103e0d2981245dcef84422007d65ae1aedf0 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Tue, 19 Dec 2023 15:52:13 +0100
Subject: chore(treewide): Update shell library

---
 hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh | 2 +-
 hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh    | 2 +-
 hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'hm/soispha/conf/taskwarrior')

diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
index 2902685d..83ce4fb2 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.8.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
index 1f034df1..c64cbe29 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.8.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
index 772f0921..952d804c 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.8.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
-- 
cgit 1.4.1