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.3.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-jira: Update to 4.3.3.
Date: Wed, 20 Jul 2022 09:08:02 -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 f524917889 gnu: emacs-org-jira: Update to 4.3.3.
f524917889 is described below

commit f524917889d5bfad788400b06a6b659f9222c53f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 20 15:07:12 2022 +0200

    gnu: emacs-org-jira: Update to 4.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.3.3.
---
 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 4eeac10d3b..0dbe685317 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.2")
+   (version "4.3.3")
    (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
-       "1hsfkkm3ykdf7n8a6k0mpzilhjpy7vllwrl2s4rfb9mhnaq5yb8y"))))
+       "0awfz4c70pxfj401p4h4j1lxic4pqpgigkldy9wvdkcyhqbphswj"))))
    (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]