emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64155: closed ([PATCH] gnu: emacs-piem: Update to 0.5.0.)


From: GNU bug Tracking System
Subject: bug#64155: closed ([PATCH] gnu: emacs-piem: Update to 0.5.0.)
Date: Tue, 20 Jun 2023 19:11:01 +0000

Your message dated Tue, 20 Jun 2023 21:10:38 +0200
with message-id <87wmzyj6fl.fsf@fsfe.org>
and subject line Re: [PATCH v2 2/2] gnu: emacs-piem: Update to 0.5.0.
has caused the debbugs.gnu.org bug report #64155,
regarding [PATCH] gnu: emacs-piem: Update to 0.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64155: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64155
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-piem: Update to 0.5.0. Date: Sun, 18 Jun 2023 21:38:06 +0200
From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/emacs-xyz.scm (emacs-piem): Update to 0.5.0.
[propagated-inputs]: Add emacs-debbugs.
---

 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f46af73aec..08ec87b94c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8337,7 +8337,7 @@ (define-public emacs-debbugs
 (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 @@ (define-public emacs-piem
              (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
@@ -8359,7 +8359,8 @@ (define-public emacs-piem
     (inputs
      (list b4))
     (propagated-inputs
-     (list emacs-elfeed
+     (list emacs-debbugs
+           emacs-elfeed
            emacs-notmuch))
     (home-page "https://docs.kyleam.com/piem";)
     (synopsis "Glue for working with public-inbox archives")

base-commit: 726f2a944730a1edbdbebfe57fb9e7e0ba47d83e
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 2/2] gnu: emacs-piem: Update to 0.5.0. Date: Tue, 20 Jun 2023 21:10:38 +0200
Andrew Tropin <andrew@trop.in> writes:

> It looks good to me!

Pushed to master, thanks for the reviews!
- Jelle


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]