mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-jira: Update to 2.10.0.
* gnu/packages/emacs-xyz.scm (emacs-jira): Update to 2.10.0. Change-Id: I95e8da6ca76704d4bab641c383877c5fe8b1b7dc
This commit is contained in:
parent
7ef78ada5e
commit
b88845dee9
1 changed files with 2 additions and 2 deletions
|
|
@ -12916,7 +12916,7 @@ the locations of docstrings, arguments, and functions.")
|
|||
(define-public emacs-jira
|
||||
(package
|
||||
(name "emacs-jira")
|
||||
(version "0.7.0")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -12925,7 +12925,7 @@ the locations of docstrings, arguments, and functions.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zg7qx05i92xpsa43y9gsxbn08gmzng88dvkva7y70zvrzx58zz2"))))
|
||||
(base32 "0zfv21249chxry5w72yhmmgk0ja0ljd8akzf9zlz0mn8zqqmsch3"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(propagated-inputs (list emacs-magit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue