gnu: emacs-rspec: Update to 1.11-1.66ea7cc.

* gnu/packages/emacs-xyz.scm (emacs-rspec): Update to 1.11-1.66ea7cc.
This commit is contained in:
Brian Leung 2019-10-11 01:27:13 +02:00
parent 666f51f9e1
commit 3fcdd99f71
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -2946,29 +2946,35 @@ completing keywords and smart indentation.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-rspec (define-public emacs-rspec
(package (let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")
(name "emacs-rspec") (revision "1"))
(version "1.11") (package
(source (name "emacs-rspec")
(origin (version (git-version "1.11" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/pezra/rspec-mode.git") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/pezra/rspec-mode.git")
(sha256 (commit commit)))
(base32 "0hrn5n7aaymwimk511kjij44vqaxbmhly1gwmlmsrnbvvma7f2mp")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(home-page "https://github.com/pezra/rspec-mode") (base32 "0b11s8r0pi7ah54km4yg4fqff8wkk409d25qnlwm1l94pdwjd1c8"))))
(synopsis "Provides a rspec mode for working with RSpec") (build-system emacs-build-system)
(description (arguments
"The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to `(#:include (cons "^snippets\\/rspec-mode\\/" %default-include)
#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/pezra/rspec-mode")
(synopsis "Provides a rspec mode for working with RSpec")
(description
"The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
verify the spec associated with the current buffer, or entire project, as well verify the spec associated with the current buffer, or entire project, as well
as moving between the spec files, and corresponding code files. as moving between the spec files, and corresponding code files.
Also included are keybindings for spec files and Dired buffers, as well as Also included are keybindings for spec files and Dired buffers, as well as
snippets for yasnippet.") snippets for yasnippet.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-smart-mode-line (define-public emacs-smart-mode-line
(package (package