[PATCH] gnu: emacs-debbugs: Update to 0.23.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87lfkrybsu.fsf@rohleder.de
From ce784e726a5f78295bcbfa8e9cea2751a7e6cd97 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sat, 13 Jun 2020 03:41:57 +0200
Subject: [PATCH] gnu: emacs-debbugs: Update to 0.23.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.23.
---
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 bef4fb905e..af379902a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4073,14 +4073,14 @@ source code using IPython.")
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
- (version "0.22")
+ (version "0.23")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
(base32
- "05ik9qv539b5c1nzxkk3lk23bqj4vqgmfmd8x367abhb7c9gix2z"))))
+ "0mcz97b3sddrc68wi8dz95b2rq7ky88pr2i1ghyhy28as16chmz5"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs
--
2.26.2
--
I'm still waiting for the advent of the computer science groupie.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7kMMIACgkQfHr/vv7y
yyUfCAf+LCjQ6FMuEujY9EK7vfxw8Q8xNSXF9Oyywy4lhlG1Y2QOGU4ud8eiBbLH
Au0T8uLu7NwHKH1IJTirYKDbdVWkUdstz+xEcYfyNhPKyZlwDEb6D4nRRHs6oU2C
c65C4ZSkfoAcOrVOk9BOZaaUKkhjg7OE1TCnTQ+oL5aDxCVjkHpmfYtNyCfs2UVo
t9Q6vQqM3nkOtVpNJ9KEIu9iVV3NamRojVaMirCb6/60BY3SBAxW2iK5EEzZuWdV
wPSfe3cHn9d0alJIwk8Co/oPgVwBov8F9aTMeF1xMmQX9tjQuaKTd3pj83sVlnZN
gjUnqGtXPXe7xCfOSKpWvIE+KSVhiw==
=+bXi
-----END PGP SIGNATURE-----

宋文武 wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 41832-done@debbugs.gnu.org)
87y2oruwcd.fsf@member.fsf.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (6 lines)
> From ce784e726a5f78295bcbfa8e9cea2751a7e6cd97 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Sat, 13 Jun 2020 03:41:57 +0200
> Subject: [PATCH] gnu: emacs-debbugs: Update to 0.23.
>

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 41832
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