summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-07-11 18:39:27 +0200
committerCayetano Santos <csantosb@inventati.org>2026-07-11 18:39:27 +0200
commit13fe4a20b5464b8f0a30a0920e8feaac86fa5785 (patch)
treeabf81f835d5d755fe6f615a725464715e05bae24 /gnu/packages/shellutils.scm
parent1b1dd53124a736bc8fcb0be02049f14fd7512cef (diff)
gnu: zsh-completions: Update to 0.36.0.
* gnu/packages/shellutils.scm (zsh-completions): Update to 0.36.0.
Diffstat (limited to 'gnu/packages/shellutils.scm')
-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 817bf017f45..2931601ef08 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -243,7 +243,7 @@ as you type.")
243(define-public zsh-completions 243(define-public zsh-completions
244 (package 244 (package
245 (name "zsh-completions") 245 (name "zsh-completions")
246 (version "0.34.0") 246 (version "0.36.0")
247 (home-page "https://github.com/zsh-users/zsh-completions") 247 (home-page "https://github.com/zsh-users/zsh-completions")
248 (source (origin 248 (source (origin
249 (method git-fetch) 249 (method git-fetch)
@@ -253,7 +253,7 @@ as you type.")
253 (file-name (git-file-name name version)) 253 (file-name (git-file-name name version))
254 (sha256 254 (sha256
255 (base32 255 (base32
256 "0jjgvzj3v31yibjmq50s80s3sqi4d91yin45pvn3fpnihcrinam9")))) 256 "0ah3q756f1aahinzfb0mxbqv177ypg5pcnrv59rpqzm17kn8492w"))))
257 (build-system copy-build-system) 257 (build-system copy-build-system)
258 (arguments 258 (arguments
259 '(#:install-plan '(("src/" "share/zsh/site-functions/") 259 '(#:install-plan '(("src/" "share/zsh/site-functions/")