mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-plz-event-source: Update to 0.1.2.
* gnu/packages/emacs-xyz.scm (emacs-plz-event-source): Update to 0.1.2. Change-Id: Ia603928db5a6c28aedc0bfb075832135bc10952c
This commit is contained in:
parent
8bb62e4c7c
commit
236e2239bb
1 changed files with 2 additions and 2 deletions
|
@ -22799,7 +22799,7 @@ a streaming and non-streaming way.")
|
|||
(define-public emacs-plz-event-source
|
||||
(package
|
||||
(name "emacs-plz-event-source")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22808,7 +22808,7 @@ a streaming and non-streaming way.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rg3dmaqnhzvzqsyfnk3y77s88jrjpwpzkj1fyz40j8b184q3qcs"))))
|
||||
(base32 "0dwfrypk2gang4xc0apblg1pih55jp6lbr929ar7myv1v28wqjby"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-plz-media-type))
|
||||
(arguments (list #:tests? #f))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue