[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
207/244: gnu: emacs-treemacs: Update to 3.1.
From: |
guix-commits |
Subject: |
207/244: gnu: emacs-treemacs: Update to 3.1. |
Date: |
Wed, 12 Apr 2023 08:49:30 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 5dee6dd19f5b731f5b7951b2d0e4b2ad68332efa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 9 20:13:06 2023 +0200
gnu: emacs-treemacs: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 3.1.
[arguments]<#:phases>: Run all tests.
[native-inputs, inputs, propagated-inputs]: Move after arguments.
---
gnu/packages/emacs-xyz.scm | 38 ++++++++++++++------------------------
1 file changed, 14 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13095a1ce9..ad3b7c0106 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28842,7 +28842,7 @@ processes for Emacs.")
(define-public emacs-treemacs
(package
(name "emacs-treemacs")
- (version "3.0")
+ (version "3.1")
(source
(origin
(method git-fetch)
@@ -28851,20 +28851,8 @@ processes for Emacs.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0l6pbfrkl0v1iyc43vyhchbcfy7cjhinn8pw07aq4ssh6lxil7kp"))))
+ (base32 "1rs0l0k9fd8xav627944jfm518yillcmjbdrkzjw3xq1wx80pn95"))))
(build-system emacs-build-system)
- (propagated-inputs
- (list emacs-ace-window
- emacs-dash
- emacs-f
- emacs-ht
- emacs-hydra
- emacs-pfuture
- emacs-s))
- (native-inputs
- (list emacs-buttercup emacs-el-mock))
- (inputs
- (list python))
(arguments
(list
#:tests? #t
@@ -28881,16 +28869,6 @@ processes for Emacs.")
;; Elisp directory is not in root of the source.
(lambda _
(chdir "src/elisp")))
- (add-before 'check 'delete-failing-tests
- ;; FIXME: 4 tests out of 254 are failing.
- (lambda _
- (emacs-batch-edit-file "../../test/treemacs-test.el"
- '(progn
- (goto-char (point-min))
- (re-search-forward "describe \"treemacs--parent\"")
- (beginning-of-line)
- (kill-sexp)
- (basic-save-buffer)))))
(add-before 'install 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
(make-file-writable "treemacs-core-utils.el")
@@ -28917,6 +28895,18 @@ processes for Emacs.")
(copy-recursively
"src/scripts"
(string-append (elpa-directory #$output) "/scripts"))))))))
+ (native-inputs
+ (list emacs-buttercup emacs-el-mock))
+ (inputs
+ (list python))
+ (propagated-inputs
+ (list emacs-ace-window
+ emacs-dash
+ emacs-f
+ emacs-ht
+ emacs-hydra
+ emacs-pfuture
+ emacs-s))
(home-page "https://github.com/Alexander-Miller/treemacs")
(synopsis "Emacs tree style file explorer")
(description
- 171/244: gnu: ruby-pg: Update to 1.4.6., (continued)
- 171/244: gnu: ruby-pg: Update to 1.4.6., guix-commits, 2023/04/12
- 162/244: gnu: Add emacs-gptel., guix-commits, 2023/04/12
- 219/244: gnu: s6-dns: Update to 2.3.5.5., guix-commits, 2023/04/12
- 214/244: gnu: Add libxisf., guix-commits, 2023/04/12
- 206/244: gnu: emacs-treemacs-extra: Improve package style., guix-commits, 2023/04/12
- 222/244: gnu: s6-portable-utils: Update to 2.3.0.2., guix-commits, 2023/04/12
- 169/244: gnu: darktable: Update to 4.2.1., guix-commits, 2023/04/12
- 200/244: gnu: thunar-archive-plugin: Update to 0.5.1., guix-commits, 2023/04/12
- 202/244: gnu: xfce4-notifyd: Update to 0.8.2., guix-commits, 2023/04/12
- 204/244: gnu: xfce4-screensaver: Update to 4.18.1., guix-commits, 2023/04/12
- 207/244: gnu: emacs-treemacs: Update to 3.1.,
guix-commits <=
- 201/244: gnu: parole: Update to 4.18.0., guix-commits, 2023/04/12
- 233/244: gnu: restinio: Update to 0.6.18-0.eda471e and enable tests., guix-commits, 2023/04/12
- 210/244: gnu: emacs-citar-org-roam: Update to 0.5.1., guix-commits, 2023/04/12
- 230/244: gnu: libconfig: Replace config script helpers., guix-commits, 2023/04/12
- 226/244: gnu: cups-minimal: Fix cross-building to riscv64-linux., guix-commits, 2023/04/12
- 158/244: gnu: Remove abandoned spotify-tui package., guix-commits, 2023/04/12
- 159/244: gnu: Add sentencepiece., guix-commits, 2023/04/12
- 192/244: gnu: fcitx5-configtool: Update to 5.0.17., guix-commits, 2023/04/12
- 180/244: import: opam: opam->guix-package: Fix default repo argument., guix-commits, 2023/04/12
- 153/244: gnu: Add zix., guix-commits, 2023/04/12