gnu: emacs-cider: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.7.0.
This commit is contained in:
		
							parent
							
								
									ba8e1ab018
								
							
						
					
					
						commit
						ff476daa57
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -14146,7 +14146,7 @@ implementation.")
 | 
			
		|||
(define-public emacs-cider
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-cider")
 | 
			
		||||
    (version "1.6.0")
 | 
			
		||||
    (version "1.7.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -14155,7 +14155,7 @@ implementation.")
 | 
			
		|||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1a3xbfn1id8dcy3178kmdnzcvh7lq2pdwwg4axhncw6jq9hqiqja"))))
 | 
			
		||||
        (base32 "0jqjgygdvny1vhjbx7k0l492fhamwndsjcbb2mccwp9j47k4qar9"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:exclude                        ;don't exclude 'cider-test.el'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue