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:
Jelle Licht 2023-06-19 21:35:54 +02:00
parent c57337ebfd
commit 392f9db976
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -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")