gnu: emacs-cider: Update to 1.12.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.12.0. Change-Id: Icc26d1b51125913009e425279d59db123d3722e1
This commit is contained in:
		
							parent
							
								
									3b8ff1d101
								
							
						
					
					
						commit
						8b41c305d8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -15449,7 +15449,7 @@ implementation.")
 | 
				
			||||||
(define-public emacs-cider
 | 
					(define-public emacs-cider
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-cider")
 | 
					    (name "emacs-cider")
 | 
				
			||||||
    (version "1.9.0")
 | 
					    (version "1.12.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -15458,7 +15458,7 @@ implementation.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0sjscbi3qgwn3wcpq5lz7k4gam69h0svh8wbhxcbskr9ys1rmysp"))))
 | 
					        (base32 "11bibkbv3x0z4ilxra3p91nh8klgg3mg3h4f63pxnnp8fjhqpsph"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
 | 
					     '(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue