gnu: emacs-rjsx-mode: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Update to 0.5.0.
This commit is contained in:
Nicolas Goaziou 2021-02-18 00:13:37 +01:00
parent 0a5e76e2f9
commit ac37bfe811
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22673,32 +22673,30 @@ definition-jumping and type-checking on demand.")
(license license:bsd-3)))) (license license:bsd-3))))
(define-public emacs-rjsx-mode (define-public emacs-rjsx-mode
(let ((commit "0e7fa6b4facdec4f85a7a8865bdf59dfd57217b5") (package
(revision "2")) (name "emacs-rjsx-mode")
(package (version "0.5.0")
(name "emacs-rjsx-mode") (source
(version (git-version "0.4" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/felipeochoa/rjsx-mode")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/felipeochoa/rjsx-mode") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "08b4hdgq4hc1yfd9pvyir2j3cqqdqa3j5svgaba97x5fzhsz7y8i"))))
(base32 (build-system emacs-build-system)
"0s0871sx3ch09kgvbcp9na4zdrfrda62xjq8m9knbq5vnj8q8qpi")))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-js2-mode" ,emacs-js2-mode)))
(propagated-inputs (arguments
`(("emacs-js2-mode" ,emacs-js2-mode))) `(#:tests? #t
(arguments #:test-command '("make" "test")))
`(#:tests? #t (home-page "https://github.com/felipeochoa/rjsx-mode")
#:test-command '("make" "test"))) (synopsis "Major mode for JSX files")
(home-page "https://github.com/felipeochoa/rjsx-mode") (description "This package extends the parser of @code{js2-mode} to
(synopsis "Major mode for JSX files")
(description "This package extends the parser of @code{js2-mode} to
support JSX syntax.") support JSX syntax.")
(license license:expat)))) (license license:expat)))
(define-public emacs-origami-el (define-public emacs-origami-el
(let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366") (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")