mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pulsar: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 1.2.0. Change-Id: Ib4b2ca26e82bef9d8eaed121ddff3c6715a915f9
This commit is contained in:
parent
27c9246056
commit
9ee98fbb82
1 changed files with 3 additions and 3 deletions
|
@ -25789,16 +25789,16 @@ subscription.")
|
||||||
(define-public emacs-pulsar
|
(define-public emacs-pulsar
|
||||||
(package
|
(package
|
||||||
(name "emacs-pulsar")
|
(name "emacs-pulsar")
|
||||||
(version "1.0.0")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~protesilaos/pulsar")
|
(url "https://github.com/protesilaos/pulsar")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kpsjzp65vqaay7m19z1iv97xnf5s76c741q3dil2s6ch0b7866i"))))
|
"1494f0fn6q99lhsfyjnfm69m31hi9snm3zc6bal67iddkqhc9mfc"))))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue