diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-29 20:25:02 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-29 20:25:40 +0100 |
| commit | bcc6ff2156aee236acbe71ac8e21b1468620575e (patch) | |
| tree | 1e3e8c02318a27640be5ee6b75240b188f731f8e /gnu | |
| parent | b6896750e09b16c8be170e5a22ad8cfa37f18c0a (diff) | |
gnu: emacs-speed-type: Update to 1.5.
* gnu/packages/emacs-xyz.scm (emacs-speed-type): Update to 1.5.
[arguments]<#:phases>: Remove ’skip-failing-test.
<#:test-command>: Update path.
Change-Id: Ie600e1f8a28e2653cb36dc82ff6274f15564f381
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cd237f7956..dfe29e58bb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3329,7 +3329,7 @@ you will die. The game builds the list of words from the active buffer.") (define-public emacs-speed-type (package (name "emacs-speed-type") - (version "1.4") + (version "1.5") (source (origin (method git-fetch) (uri (git-reference @@ -3338,22 +3338,14 @@ you will die. The game builds the list of words from the active buffer.") (file-name (git-file-name name version)) (sha256 (base32 - "1rw3lgm65jxcs7vbj0055ays4wv23mk2kj3xivnqmhnm030vk868")))) + "0bnn4a0fpjh94xykifqy2j82rgapvmlvs0vllq0xcskjbvibmdc8")))) (build-system emacs-build-system) (arguments (list #:test-command #~(list "emacs" "-Q" "--batch" "-L" "." - "-l" "test-speed-type.el" - "-f" "ert-run-tests-batch-and-exit") - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'skip-failing-test - ;; This test requires an internet connection. - (lambda _ - (substitute* "test-speed-type.el" - (("\\(ert-deftest speed-type--retrieve-test .*" all) - (string-append all " (skip-unless nil)")))))))) + "-l" "test/speed-type-test.el" + "-f" "ert-run-tests-batch-and-exit"))) (native-inputs (list emacs-dash)) (propagated-inputs (list emacs-compat)) (home-page "https://github.com/dakra/speed-type") |
