mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: emacs-piem: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-piem): Update to 0.5.0. [inputs]: Add emacs-debbugs.
This commit is contained in:
parent
c57337ebfd
commit
392f9db976
1 changed files with 3 additions and 2 deletions
|
@ -8337,7 +8337,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
|
||||||
(define-public emacs-piem
|
(define-public emacs-piem
|
||||||
(package
|
(package
|
||||||
(name "emacs-piem")
|
(name "emacs-piem")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8346,7 +8346,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z"))))
|
(base32 "0smdb1iph2q1xvxix5c93llckcxh7kmhg6pxgyrm88j736m4l16q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
@ -8358,6 +8358,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
|
||||||
(search-input-file inputs "/bin/b4"))))))))
|
(search-input-file inputs "/bin/b4"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list b4
|
(list b4
|
||||||
|
emacs-debbugs
|
||||||
emacs-elfeed
|
emacs-elfeed
|
||||||
emacs-notmuch))
|
emacs-notmuch))
|
||||||
(home-page "https://docs.kyleam.com/piem")
|
(home-page "https://docs.kyleam.com/piem")
|
||||||
|
|
Loading…
Add table
Reference in a new issue