summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2020-05-26 22:34:46 +0200
committerMarius Bakke <[email protected]>2020-05-26 22:34:46 +0200
commitaa13c5657d4f8b5dd52beda88a9a8ccc59ebca86 (patch)
tree856094a6541a72b70d471ed5265d6e940cb11e55 /gnu/packages/shellutils.scm
parent8ab211dbdb7df000a64aceadfe7b53488819d245 (diff)
parentb4f04e0efff1fb6112b84dc6d36ea46215c336b2 (diff)
Merge branch 'master' into staging
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 <[email protected]>
;;; Copyright © 2016 Christopher Baines <[email protected]>
;;; Copyright © 2017 Stefan Reichör <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Benjamin Slade <[email protected]>
;;; Copyright © 2019 Collin J. Doering <[email protected]>
;;; Copyright © 2020 Michael Rohleder <[email protected]>
@@ -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)