summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-16 04:41:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-16 14:30:21 +0200
commit23e89f915e6111fa9ba330bfa317da82e292d50d (patch)
treeea7ea868d954566ccb77049690750387d49a0f61 /gnu/packages/shellutils.scm
parentec16aaff5da9eb52b9d762531660f02e785d72de (diff)
downloadguix-patches-23e89f915e6111fa9ba330bfa317da82e292d50d.tar
guix-patches-23e89f915e6111fa9ba330bfa317da82e292d50d.tar.gz
gnu: zsh-autosuggestions: Update to 0.6.4.
* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.6.4.
Diffstat (limited to 'gnu/packages/shellutils.scm')
-rw-r--r--gnu/packages/shellutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 7496dd12dc..29e288a402 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
@@ -46,7 +46,7 @@
(define-public zsh-autosuggestions
(package
(name "zsh-autosuggestions")
- (version "0.6.3")
+ (version "0.6.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -55,7 +55,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1h8h2mz9wpjpymgl2p7pc146c1jgb3dggpvzwm9ln3in336wl95c"))))
+ "0h52p2waggzfshvy1wvhj4hf06fmzd44bv6j18k3l9rcx6aixzn6"))))
(build-system gnu-build-system)
(native-inputs
`(("ruby" ,ruby)