Skip to content
Snippets Groups Projects
Unverified Commit 8f723456 authored by Brian Leung's avatar Brian Leung Committed by Brian Leung
Browse files

gnu: emacs-js2-refactor-el: Update to 0.9.0-2.d4c40b5.

* gnu/packages/emacs-xyz.scm (emacs-js2-refactor-el): Update to 0.9.0-2.d4c40b5.
parent 459550f3
No related branches found
No related tags found
No related merge requests found
...@@ -16738,12 +16738,11 @@ (define-public emacs-flycheck-haskell ...@@ -16738,12 +16738,11 @@ (define-public emacs-flycheck-haskell
(license license:gpl3+)))) (license license:gpl3+))))
   
(define-public emacs-js2-refactor-el (define-public emacs-js2-refactor-el
(let ((commit "79124b3274c43ad1f9ec6205fa362576552db02f") (let ((commit "d4c40b5fc86d3edd7c6a7d83ac86483ee1cb7a28")
(version "0.9.0") (revision "2"))
(revision "27"))
(package (package
(name "emacs-js2-refactor-el") (name "emacs-js2-refactor-el")
(version (git-version version revision commit)) (version (git-version "0.9.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -16753,7 +16752,7 @@ (define-public emacs-js2-refactor-el ...@@ -16753,7 +16752,7 @@ (define-public emacs-js2-refactor-el
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wswhlpbd3airrhyncb9vblqigwnqg9n96z0iis8jnz37q2whica")))) "08b25y3raz0p98zxk9xdd8nj9shqd6mzrqhbq1gg4cwsmi7h7ly1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment