guix-commits
[Top][All Lists]
Advanced

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

08/36: gnu: emacs-debbugs: Update to 0.38.


From: guix-commits
Subject: 08/36: gnu: emacs-debbugs: Update to 0.38.
Date: Sun, 21 Jan 2024 18:23:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 4a38b799eb260b4181711596437721faf8a39f9d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:16:43 2024 +0100

    gnu: emacs-debbugs: Update to 0.38.
    
    * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.38.
    
    Change-Id: I8bbb79e0cd3f832ae26a73f2606ada50ca773098
---
 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 5537fb6503..708e3586f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8975,14 +8975,14 @@ by a query, so both a link can refer to several mails.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.37")
+    (version "0.38")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/debbugs-";
                            version ".tar"))
        (sha256
-        (base32 "0xj0sv5d3y88fsbm7yhm0v59mzj1srxayng1hr418v89ky43rxpr"))))
+        (base32 "0cl6vcnlyanrl3qzhd31pw9qvij6g88cgifl3mwgw54bbagl9hh6"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
     (propagated-inputs



reply via email to

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