mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: emacs-jira: Update to 2.11.0.
* gnu/packages/emacs-xyz.scm (emacs-jira): Update to 2.11.0. Change-Id: I2679ea5142900b1c2ca2d6063feb57f7ea8d8013
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user