guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Remove emacs-buttercup-1.25.


From: guix-commits
Subject: 02/02: gnu: Remove emacs-buttercup-1.25.
Date: Fri, 29 Sep 2023 15:46:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eb1c3fff20d1f616f2e2ec8e12e39ea268d5e095
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Sep 30 01:08:21 2023 +0800

    gnu: Remove emacs-buttercup-1.25.
    
    * gnu/packages/emacs-xyz.scm (emacs-buttercup-1.25): Delete variable.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/emacs-xyz.scm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 54e89d48a6..2e0b094d85 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28541,23 +28541,6 @@ common set-up and tear-down code, and allows the 
programmer to \"spy\" on
 functions to ensure they are called with the right arguments during testing.")
     (license license:gpl3+)))
 
-;;; Required by emacs-lua-mode
-(define emacs-buttercup-1.25
-  (package
-    (inherit emacs-buttercup)
-    (name "emacs-buttercup")
-    (version "1.25")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/jorgenschaefer/emacs-buttercup";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0fsysvsypda6b7azc15bpaprq3bwx4gb6rlq2mj6f8rgwdqc8153"))))))
-
 (define-public emacs-cort
   (package
     (name "emacs-cort")



reply via email to

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