1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: emacs-stream: Update to 2.4.0.

* gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.4.0.

Change-Id: I6559302ead3d8b5cb8cf9f9b9974fe825964c2c4
This commit is contained in:
Nicolas Goaziou 2025-01-26 20:47:13 +01:00
parent ce6e88ad12
commit d9a4637ff5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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