summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/shellutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 9cbd8682357..817bf017f45 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -269,7 +269,7 @@ project when stable enough.")
269(define-public zsh-history-substring-search 269(define-public zsh-history-substring-search
270 (package 270 (package
271 (name "zsh-history-substring-search") 271 (name "zsh-history-substring-search")
272 (version "1.0.2") 272 (version "1.1.0")
273 (home-page "https://github.com/zsh-users/zsh-history-substring-search") 273 (home-page "https://github.com/zsh-users/zsh-history-substring-search")
274 (source (origin 274 (source (origin
275 (method git-fetch) 275 (method git-fetch)
@@ -279,7 +279,7 @@ project when stable enough.")
279 (file-name (git-file-name name version)) 279 (file-name (git-file-name name version))
280 (sha256 280 (sha256
281 (base32 281 (base32
282 "0y8va5kc2ram38hbk2cibkk64ffrabfv1sh4xm7pjspsba9n5p1y")))) 282 "0vjw4s0h4sams1a1jg9jx92d6hd2swq4z908nbmmm2qnz212y88r"))))
283 (build-system copy-build-system) 283 (build-system copy-build-system)
284 (arguments 284 (arguments
285 '(#:install-plan '(("zsh-history-substring-search.plugin.zsh" 285 '(#:install-plan '(("zsh-history-substring-search.plugin.zsh"