emacs-debbugs upgrade request

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Howard
  • Suhail Singh
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal

Debbugs page

Christopher Howard wrote 4 months ago
(address . bug-guix@gnu.org)
87pln5xys3.fsf@librehacker.com
Requesting please an upgrade to emacs-debbugs@0.42, just officially released.
--
馃摏 Christopher Howard
馃殌 gemini://gem.librehacker.com
馃寪 http://gem.librehacker.com
讘专讗砖讬转 讘专讗 讗诇讛讬诐 讗转 讛砖诪讬诐 讜讗转 讛讗专抓
Suhail Singh wrote 4 months ago
[PATCH] gnu: emacs-debbugs: Update to 0.42.
(address . 74266@debbugs.gnu.org)
2c0924620406e40c1140134bd21ef87719bee674.1731134293.git.suhail@bayesians.ca
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.42.

Change-Id: Id386890143aa6c2efe6e61c928fb6f9dba6a6e98
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 59c804066a..411ae1dcbf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9736,14 +9736,14 @@ (define-public emacs-ol-notmuch
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
- (version "0.41")
+ (version "0.42")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
- (base32 "0nchb7dnkrn34nh3bi0k5xmsn3da9m9v4iksh18045mfj6wn6bl5"))))
+ (base32 "0n0kvkyzggn8q72dpy6c7rsjwn1rjx0r33y5jc080j7sw85xpigg"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs

base-commit: ba9466481d10992d35f09d010166d616fdb6a637
Suhail Singh wrote 3 months ago
Re: bug#74266: emacs-debbugs upgrade request
(name . Christopher Howard)(address . christopher@librehacker.com)(address . 74266-done@debbugs.gnu.org)
87ikrkhvot.fsf@gmail.com
Closing this, since an equivalent patch was committed by Maxim in
2e8a8b3ddb4ca31b918d63ff2957c6da1424a2a9 .
--
Suhail
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74266@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74266
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help