gnu: es: Update to 0.9.2.

* gnu/packages/shells.scm (es): Update to 0.9.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent f8b7320ab2
commit 3dab424a3d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -360,15 +360,14 @@ (define-public rc
(define-public es
(package
(name "es")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/wryun/es-shell/releases/"
"download/v" version "/es-" version ".tar.gz"))
(sha256
(base32
"1fplzxc6lncz2lv2fyr2ig23rgg5j96rm2bbl1rs28mik771zd5h"))
(base32 "1pgmqhsk14wyvl489sxdy7kdl2gwrsq1xvkip0z90kh888mlh9n9"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system)
(arguments