mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-org-jira: Update to 4.3.2.
* gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.3.2.
This commit is contained in:
parent
49387c5e0c
commit
e8bac62c6f
1 changed files with 2 additions and 2 deletions
|
@ -23902,7 +23902,7 @@ (define-public emacs-org-emms
|
|||
(define-public emacs-org-jira
|
||||
(package
|
||||
(name "emacs-org-jira")
|
||||
(version "4.3.1")
|
||||
(version "4.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23912,7 +23912,7 @@ (define-public emacs-org-jira
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l80r2a9zzbfk2c78i40h0ww79vm9v4j6xi2h5i4w9kqh10rs6h2"))))
|
||||
"1hsfkkm3ykdf7n8a6k0mpzilhjpy7vllwrl2s4rfb9mhnaq5yb8y"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-request" ,emacs-request)
|
||||
|
|
Loading…
Reference in a new issue