diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-07-11 18:37:38 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-11 18:38:18 +0200 |
| commit | 1b1dd53124a736bc8fcb0be02049f14fd7512cef (patch) | |
| tree | b5cb4e6fb4090aac9af19cd329bbdab5eedaa3ae | |
| parent | 7736b7e68dafe7924a18ec4ec6dffa549f6df359 (diff) | |
gnu: zsh-history-substring-search: Update to 1.1.0.
* gnu/packages/shellutils.scm (zsh-history-substring-search): Update to 1.1.0.
| -rw-r--r-- | gnu/packages/shellutils.scm | 4 |
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" |
