mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pulsar: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 1.0.0.
This commit is contained in:
parent
9e81ba83f8
commit
56d189f6d5
1 changed files with 2 additions and 2 deletions
|
@ -23193,7 +23193,7 @@ orient yourself in the code, and tell which statements are at a given level.")
|
||||||
(define-public emacs-pulsar
|
(define-public emacs-pulsar
|
||||||
(package
|
(package
|
||||||
(name "emacs-pulsar")
|
(name "emacs-pulsar")
|
||||||
(version "0.5.0")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23202,7 +23202,7 @@ orient yourself in the code, and tell which statements are at a given level.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wwj9civyidfcv0k859w0i2aqb75dypy7aihk3cnv1nv2q4m61j5"))))
|
"0kpsjzp65vqaay7m19z1iv97xnf5s76c741q3dil2s6ch0b7866i"))))
|
||||||
(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