mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
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:
parent
078b12a576
commit
a3d3e05aca
1 changed files with 2 additions and 2 deletions
|
@ -16717,14 +16717,14 @@ (define-public emacs-nginx-mode
|
|||
(define-public emacs-stream
|
||||
(package
|
||||
(name "emacs-stream")
|
||||
(version "2.2.5")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"stream-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "00c3n4gyxzv7vczqms0d62kl8zsmjfyxa92mwxn2snyx857a9jfw"))))
|
||||
(base32 "1jvk5j0wn2f4dxnyqji85f8cgbpyrxk02mz5dzyw4xlqr0d9zc9n"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/stream.html")
|
||||
(synopsis "Implementation of streams for Emacs")
|
||||
|
|
Loading…
Reference in a new issue