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

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dfb5bafaae gnu: Add emacs-boxy.
dfb5bafaae is described below

commit dfb5bafaae3f3160aa0b21c9bd6686cd8bb426ca
Author: Amy Grinn <[email protected]>
AuthorDate: Tue Mar 25 18:17:25 2025 +0100

    gnu: Add emacs-boxy.
    
    * gnu/packages/emacs-xyz.scm (emacs-boxy): New variable.
    
    Change-Id: Iecfa5dc792298c1ed91c84cda327d966e271e1cb
---
 gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ba6afd72bb..7bf2d5dcee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -156,6 +156,7 @@
 ;;; Copyright © 2025 Skylar Hill <[email protected]>
 ;;; Copyright © 2025 Cayetano Santos <[email protected]>
 ;;; Copyright © 2025 Lee Thompson <[email protected]>
+;;; Copyright @ 2025 Amy Pillow <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39202,6 +39203,24 @@ text, such a marking style might be used to show 
externally included text or
 example code.")
     (license license:gpl3+)))
 
+(define-public emacs-boxy
+  (package
+    (name "emacs-boxy")
+    (version "2.0.0")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append "https://elpa.gnu.org/packages/boxy-";
+                                  version ".tar"))
+             (sha256
+               (base32 
"1vfgwgk3vzzp2cy7n0qwhn7hzjxbp9vzxp1al1pkynv9hfs503gb"))))
+    (build-system emacs-build-system)
+    (home-page "https://gitlab.com/grinn.amy/boxy";)
+    (synopsis "A boxy layout framework for Emacs")
+    (description "@code{boxy} provides an interface to create a 3D
+representation of boxes. Other packages can use this library to create
+expandable menus for interacting with hierarchical data.")
+    (license license:gpl3+)))
+
 (define-public emacs-buffer-env
   (package
     (name "emacs-buffer-env")

Reply via email to