guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: emacs-org-trello: Update to 0.8.1.


From: guix-commits
Subject: 10/12: gnu: emacs-org-trello: Update to 0.8.1.
Date: Sun, 15 Dec 2019 15:58:44 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit e3c4fcaae3876063d414a57f8c5845dabcb1dc9c
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 14:33:08 2019 -0600

    gnu: emacs-org-trello: Update to 0.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-trello): Update to 0.8.1.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4c30bdf..8c330e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4671,7 +4671,7 @@ overview of tasks in a subtree.")
 (define-public emacs-org-trello
   (package
     (name "emacs-org-trello")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method git-fetch)
@@ -4680,7 +4680,8 @@ overview of tasks in a subtree.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m5hyhb6211hdmyp1bq6f3fklfgw3957knd96bfdafj727vdnlzm"))))
+        (base32
+         "02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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