diff options
author | Jelle Licht <jlicht@fsfe.org> | 2023-06-19 21:35:54 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2023-06-20 21:06:37 +0200 |
commit | 392f9db97687bfb6195e65a28e1710f22b6cb972 (patch) | |
tree | 1e8a2beebd4b6a4c7ba0a7d7360fd663e73bf6d1 | |
parent | c57337ebfd149162ef90d2944f52d9ba94813d0c (diff) | |
download | guix-392f9db97687bfb6195e65a28e1710f22b6cb972.tar guix-392f9db97687bfb6195e65a28e1710f22b6cb972.tar.gz |
gnu: emacs-piem: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-piem): Update to 0.5.0.
[inputs]: Add emacs-debbugs.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 416656f243..08d53be8a9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8337,7 +8337,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.") (define-public emacs-piem (package (name "emacs-piem") - (version "0.4.0") + (version "0.5.0") (source (origin (method git-fetch) @@ -8346,7 +8346,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.") (commit (string-append "v" version)))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z")))) + (base32 "0smdb1iph2q1xvxix5c93llckcxh7kmhg6pxgyrm88j736m4l16q")))) (build-system emacs-build-system) (arguments (list #:phases @@ -8358,6 +8358,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.") (search-input-file inputs "/bin/b4")))))))) (inputs (list b4 + emacs-debbugs emacs-elfeed emacs-notmuch)) (home-page "https://docs.kyleam.com/piem") |