[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: emacs-debbugs: Update to 0.33.
From: |
guix-commits |
Subject: |
01/08: gnu: emacs-debbugs: Update to 0.33. |
Date: |
Sun, 14 Aug 2022 18:24:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6097e97b2d7ac8b92fb30004883626f2394d8155
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 15 00:01:57 2022 +0200
gnu: emacs-debbugs: Update to 0.33.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.33.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c1d322db3..2d4bd78389 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6629,14 +6629,14 @@ src blocks.")
(define-public emacs-debbugs
(package
(name "emacs-debbugs")
- (version "0.32")
+ (version "0.33")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/debbugs-"
version ".tar"))
(sha256
- (base32 "1xp3mj3ndaljma0g7x9abziphgi2a6j8k1v52sb8xwgn4p5gdvby"))))
+ (base32 "1s4p3jf9yrm8pn5pljpkrw05n2p9v6fpl141rh1df7f7l0w80qbk"))))
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs
- branch master updated (b30614b28c -> 20d8081eda), guix-commits, 2022/08/14
- 01/08: gnu: emacs-debbugs: Update to 0.33.,
guix-commits <=
- 04/08: gnu: emacs-citeproc-el: Update to 0.9.1., guix-commits, 2022/08/14
- 07/08: gnu: emacs-gruvbox-theme: Update to 1.30.0., guix-commits, 2022/08/14
- 02/08: gnu: emacs-buttercup: Update to 1.26., guix-commits, 2022/08/14
- 06/08: gnu: emacs-autothemer: Update to 0.2.5., guix-commits, 2022/08/14
- 08/08: gnu: emacs-reverse-im: Update to 0.0.8., guix-commits, 2022/08/14
- 03/08: gnu: emacs-buttercup: Improve package style., guix-commits, 2022/08/14
- 05/08: gnu: emacs-citar: Update to 1.0., guix-commits, 2022/08/14