[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: Add emacs-treepy.
From: |
guix-commits |
Subject: |
03/07: gnu: Add emacs-treepy. |
Date: |
Wed, 9 Jan 2019 16:43:14 -0500 (EST) |
jlicht pushed a commit to branch master
in repository guix.
commit abb8dff054a9e27fcb2b1f4d2d08c2fb66917f84
Author: Jelle Licht <address@hidden>
Date: Sat Dec 29 14:39:40 2018 +0100
gnu: Add emacs-treepy.
* gnu/packages/emacs.scm (emacs-treepy): New variable.
---
gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 32919d8..926e118 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -622,6 +622,28 @@ these arguments. The prototypical use is for the command
to call an external
process, passing on the arguments as command line arguments.")
(license license:gpl3+)))
+(define-public emacs-treepy
+ (package
+ (name "emacs-treepy")
+ (version "0.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/volrath/treepy.el.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
+ (build-system emacs-build-system)
+ (home-page
+ "https://github.com/volrath/treepy.el")
+ (synopsis "Tree traversal tools")
+ (description
+ "Generic tools for recursive and iterative tree traversal based on
+clojure.walk and clojure.zip respectively.")
+ (license license:gpl3+)))
+
(define-public emacs-ghub
(package
(name "emacs-ghub")
- branch master updated (817e09c -> b96f0e6), guix-commits, 2019/01/09
- 06/07: gnu: emacs-magit-popup: Update to 2.12.5., guix-commits, 2019/01/09
- 05/07: gnu: emacs-with-editor: Update to 2.8.0., guix-commits, 2019/01/09
- 04/07: gnu: Add emacs-graphql., guix-commits, 2019/01/09
- 01/07: gnu: emacs-closql: Update to 1.0.0., guix-commits, 2019/01/09
- 03/07: gnu: Add emacs-treepy.,
guix-commits <=
- 02/07: gnu: emacs-emacsql: Update to 3.0.0., guix-commits, 2019/01/09
- 07/07: gnu: emacs-ghub: Update to 3.2.0., guix-commits, 2019/01/09