guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-jira: Update to 4.4.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-jira: Update to 4.4.0.
Date: Sun, 31 Jul 2022 17:57:00 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0114c7b2df gnu: emacs-org-jira: Update to 4.4.0.
0114c7b2df is described below

commit 0114c7b2df8360867e4ed1f08d1063fb3295c96f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 31 23:56:19 2022 +0200

    gnu: emacs-org-jira: Update to 4.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.4.0.
---
 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 94bacad72a..24319e1437 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27839,7 +27839,7 @@ contains a track position, playback will start at the 
specified position.")
 (define-public emacs-org-jira
   (package
    (name "emacs-org-jira")
-   (version "4.3.3")
+   (version "4.4.0")
    (source
     (origin
      (method git-fetch)
@@ -27849,7 +27849,7 @@ contains a track position, playback will start at the 
specified position.")
      (file-name (git-file-name name version))
      (sha256
       (base32
-       "0awfz4c70pxfj401p4h4j1lxic4pqpgigkldy9wvdkcyhqbphswj"))))
+       "1s91l4ibjvvc7rfvd8gldxqrcgjq00q83fdww217ck2ps5yrzyjl"))))
    (build-system emacs-build-system)
    (propagated-inputs
     (list emacs-request emacs-s emacs-dash emacs-org))



reply via email to

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