gnu: emacs-stream: Update to 2.3.0.

* gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.3.0.
This commit is contained in:
Nicolas Goaziou 2023-10-03 13:35:53 +02:00
parent 078b12a576
commit a3d3e05aca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16717,14 +16717,14 @@ editing nginx config files.")
(define-public emacs-stream (define-public emacs-stream
(package (package
(name "emacs-stream") (name "emacs-stream")
(version "2.2.5") (version "2.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/" (uri (string-append "https://elpa.gnu.org/packages/"
"stream-" version ".tar")) "stream-" version ".tar"))
(sha256 (sha256
(base32 "00c3n4gyxzv7vczqms0d62kl8zsmjfyxa92mwxn2snyx857a9jfw")))) (base32 "1jvk5j0wn2f4dxnyqji85f8cgbpyrxk02mz5dzyw4xlqr0d9zc9n"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/stream.html") (home-page "https://elpa.gnu.org/packages/stream.html")
(synopsis "Implementation of streams for Emacs") (synopsis "Implementation of streams for Emacs")