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.
This commit is contained in:
		
							parent
							
								
									459550f3a5
								
							
						
					
					
						commit
						8f7234564f
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
					@ -16738,12 +16738,11 @@ buffers.")
 | 
				
			||||||
      (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 @@ buffers.")
 | 
				
			||||||
         (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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue