[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ansi: Update to 0.4.1-2.2367fba.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ansi: Update to 0.4.1-2.2367fba. |
Date: |
Sun, 11 Sep 2022 13:28:40 -0400 |
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 d0cb9b9ffb gnu: emacs-ansi: Update to 0.4.1-2.2367fba.
d0cb9b9ffb is described below
commit d0cb9b9ffbe35a6721a7487057a3eab2cd0cf389
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 11 19:27:19 2022 +0200
gnu: emacs-ansi: Update to 0.4.1-2.2367fba.
* gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-2.2367fba.
[propagated-inputs]: Remove EMACS-DASH and EMACS-S.
---
gnu/packages/emacs-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d3f6ae64f7..5037b1898a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15842,8 +15842,8 @@ lines, and @code{gc} to comment out the target of a
motion.")
;; Tests for emacs-ansi have a circular dependency with ert-runner, and
;; therefore cannot be run
(define-public emacs-ansi
- (let ((commit "a41d5cc719297515d85bb5256980cd1204a71b88")
- (revision "1"))
+ (let ((commit "2367fba7b3b2340364a30cd6de7f3eb6bb9898a3")
+ (revision "2"))
(package
(name "emacs-ansi")
(version (git-version "0.4.1" revision commit))
@@ -15855,10 +15855,8 @@ lines, and @code{gc} to comment out the target of a
motion.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "051v8dmji90chwbsyqsqry7h35mksal2j6rgw1kpmjsni86d79y1"))))
+ (base32 "1n7h6l4icm6lks3zpvd83j1fzrnspw19rmz7c96vy7pdh1y4v3p3"))))
(build-system emacs-build-system)
- (propagated-inputs
- (list emacs-dash emacs-s))
(home-page "https://github.com/rejeep/ansi.el")
(synopsis "Convert strings to ANSI")
(description "@code{emacs-ansi} defines functions that turns simple
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ansi: Update to 0.4.1-2.2367fba.,
guix-commits <=