[PATCH] gnu: emacs-debbugs: update to 0.22

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87k13lo5p7.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.22.
From 13f8c3d57f00636319de26915a8683db39ae0eae Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 15 Mar 2020 18:42:44 +0100
Subject: [PATCH] gnu: emacs-debbugs: update to 0.22
To: guix-patches@gnu.org

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.22.
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d45814379b..a821bc7776 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -62,6 +62,7 @@
;;; Copyright © 2020 Evan Straw <evan.straw99@gmail.com>
;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3606,14 +3607,14 @@ source code using IPython.")
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
- (version "0.21")
+ (version "0.22")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
(base32
- "1xx1wjfpsnwx2fpydqhwy9k1b5kjk8dqbkzf8lqaj9c4rvjbn50a"))))
+ "05ik9qv539b5c1nzxkk3lk23bqj4vqgmfmd8x367abhb7c9gix2z"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs
--
2.25.1
--
I'm still waiting for the advent of the computer science groupie.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl5ubiUACgkQfHr/vv7y
yyX/sQgAj/ARmfxaK6PPw0iq9ubectuBR3UexmI0YTZAfUvkBnR05ifsbu4N1Qpl
DNr8LFOSQ3D/PmJoxFV8S53xB6V+VpOfXVtfZlGTFv1AiPqU5Qx7/sRCI/0r8Ov3
7t81QLgbDtygN7EvTFHhdh968etk/8YZdUAXpK3HhcES5RVfNXdqJtAK7PS7w+Pp
qQd8quENmQAqyd2dll6UnGZFifyPZRbFugSs7i66ib7kKH6t9SJWkoGW+OOcFWye
JtcyWzgSk3DAohmjLT+nf6z1WWrFrbtlqc2ab78ZHzvOyFPXiuygNi/ppcv7EDXQ
4Fm5n6oB8LkDxFy+bNnwFwZ7noMxhQ==
=Qgdi
-----END PGP SIGNATURE-----

Leo Famulari wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 40080-done@debbugs.gnu.org)
20200315182858.GE5561@jasmine.lan
Toggle quote (8 lines)
> From 13f8c3d57f00636319de26915a8683db39ae0eae Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Sun, 15 Mar 2020 18:42:44 +0100
> Subject: [PATCH] gnu: emacs-debbugs: update to 0.22
> To: guix-patches@gnu.org
>
> * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.22.

Thanks! Pushed as e2c7dbbf98bfd1b73fa3067d92f2924a135f287a
Closed
?
Your comment

This issue is archived.

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

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