gnu: emacs-minitest: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-minitest): Update to 0.9.2.master
parent
20f0027325
commit
130f4070d7
|
@ -3923,20 +3923,18 @@ 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")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-minitest")
|
(name "emacs-minitest")
|
||||||
(version (git-version "0.8.0" revision commit))
|
(version "0.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/arthurnn/minitest-emacs")
|
(url "https://github.com/arthurnn/minitest-emacs")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name commit))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
|
"0d8kg68yy5x1y3ivj43vzcakb3gii6bh8jm40g4sah5f53bbrs16"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
|
'(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
|
||||||
|
@ -3952,7 +3950,7 @@ 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
|
||||||
|
|
Reference in New Issue