guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-debbugs: Update to 0.23.


From: guix-commits
Subject: branch master updated: gnu: emacs-debbugs: Update to 0.23.
Date: Sat, 13 Jun 2020 05:52:01 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e51175f  gnu: emacs-debbugs: Update to 0.23.
e51175f is described below

commit e51175f68631e8eabd00bbbe546999ad3593cb26
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Jun 13 14:28:11 2020 +0800

    gnu: emacs-debbugs: Update to 0.23.
    
    * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.23.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 bef4fb9..af37990 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



reply via email to

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