guix-commits
[Top][All Lists]
Advanced

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

08/40: gnu: emacs-debbugs: Update to 0.37.


From: guix-commits
Subject: 08/40: gnu: emacs-debbugs: Update to 0.37.
Date: Wed, 8 Nov 2023 09:31:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c1f7e3e7b5870e38a36f9595a92384acb8bf4412
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 8 11:56:33 2023 +0100

    gnu: emacs-debbugs: Update to 0.37.
    
    * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.37.
    
    Change-Id: I6df1eafb8801197670bb7efb7c2e1839ae741181
---
 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 cd8f00d318..4125b290a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8802,14 +8802,14 @@ by a query, so both a link can refer to several mails.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.36")
+    (version "0.37")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                            version ".tar"))
        (sha256
-        (base32 "1rzv13shadbvy583vjj4zg13v920zpiqrsnn10r3cqqyli89ivn2"))
+        (base32 "0xj0sv5d3y88fsbm7yhm0v59mzj1srxayng1hr418v89ky43rxpr"))
        (patches (search-patches "emacs-debbugs-keep-patch-subject.patch"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))



reply via email to

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