guix_mirror_bot pushed a commit to branch master
in repository guix.

commit da341e62d89b5576631281ff172d902cd7ad18fb
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:44:57 2025 +0100

    gnu: emacs-jira: Update to 2.11.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-jira): Update to 2.11.0.
    
    Change-Id: I2679ea5142900b1c2ca2d6063feb57f7ea8d8013
---
 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 8ef1b0010f..207577a433 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12920,7 +12920,7 @@ the locations of docstrings, arguments, and functions.")
 (define-public emacs-jira
   (package
     (name "emacs-jira")
-    (version "2.10.0")
+    (version "2.11.0")
     (source
      (origin
        (method git-fetch)
@@ -12929,7 +12929,7 @@ the locations of docstrings, arguments, and functions.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zfv21249chxry5w72yhmmgk0ja0ljd8akzf9zlz0mn8zqqmsch3"))))
+        (base32 "1ribcy8l3hpm7g2p05vcx94g0ylf2j30knlfxymhx7jkpjk5a67j"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f)) ; no tests
     (propagated-inputs (list emacs-magit

Reply via email to