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


From: guix-commits
Subject: branch master updated: gnu: emacs-org-jira: Update to 4.3.2.
Date: Thu, 18 Feb 2021 10:06:50 -0500

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 e8bac62  gnu: emacs-org-jira: Update to 4.3.2.
e8bac62 is described below

commit e8bac62c6f4f4ab9819176fd49cf372e3c1cdd64
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:06:24 2021 +0100

    gnu: emacs-org-jira: Update to 4.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.3.2.
---
 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 d7e62fb..bbc40cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23902,7 +23902,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.1")
+   (version "4.3.2")
    (source
     (origin
      (method git-fetch)
@@ -23912,7 +23912,7 @@ contains a track position, playback will start at the 
specified position.")
      (file-name (git-file-name name version))
      (sha256
       (base32
-       "1l80r2a9zzbfk2c78i40h0ww79vm9v4j6xi2h5i4w9kqh10rs6h2"))))
+       "1hsfkkm3ykdf7n8a6k0mpzilhjpy7vllwrl2s4rfb9mhnaq5yb8y"))))
    (build-system emacs-build-system)
    (propagated-inputs
     `(("emacs-request" ,emacs-request)



reply via email to

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