me
/
guix
Archived
1
0
Fork 0

gnu: emacs-minitest: Update to 0.9.2.

* gnu/packages/emacs-xyz.scm (emacs-minitest): Update to 0.9.2.
master
Nicolas Goaziou 2021-05-29 15:48:42 +02:00
parent 20f0027325
commit 130f4070d7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 26 deletions

View File

@ -3923,36 +3923,34 @@ of files under Git version control from within Emacs.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-minitest (define-public emacs-minitest
(let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182") (package
(revision "1")) (name "emacs-minitest")
(package (version "0.9.2")
(name "emacs-minitest") (source (origin
(version (git-version "0.8.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/arthurnn/minitest-emacs")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/arthurnn/minitest-emacs") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name commit)) (base32
(sha256 "0d8kg68yy5x1y3ivj43vzcakb3gii6bh8jm40g4sah5f53bbrs16"))))
(base32 (build-system emacs-build-system)
"1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1")))) (arguments
(build-system emacs-build-system) '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
(arguments #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
'(#:include (cons "^snippets\\/minitest-mode\\/" %default-include) (propagated-inputs
#:exclude (delete "^[^/]*tests?\\.el$" %default-exclude))) `(("emacs-dash" ,emacs-dash)
(propagated-inputs ("emacs-f" ,emacs-f)))
`(("emacs-dash" ,emacs-dash) (home-page "https://github.com/arthurnn/minitest-emacs")
("emacs-f" ,emacs-f))) (synopsis "Emacs minitest mode")
(home-page "https://github.com/arthurnn/minitest-emacs") (description
(synopsis "Emacs minitest mode") "The minitest mode provides commands to run the tests for the current
(description
"The minitest mode provides commands to run the tests for the current
file or line, as well as rerunning the previous tests, or all the tests for a file or line, as well as rerunning the previous tests, or all the tests for a
project. project.
This package also includes relevant snippets for yasnippet.") This package also includes relevant snippets for yasnippet.")
(license license:expat)))) (license license:expat)))
(define-public emacs-gdscript-mode (define-public emacs-gdscript-mode
(package (package