gnu: sbcl: Update to 2.1.6.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.6.
This commit is contained in:
		
							parent
							
								
									f44b1f76a9
								
							
						
					
					
						commit
						e8e1dd2439
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -400,14 +400,14 @@ an interpreter, a compiler, a debugger, and much more.") | |||
| (define-public sbcl | ||||
|   (package | ||||
|     (name "sbcl") | ||||
|     (version "2.1.5") | ||||
|     (version "2.1.6") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" | ||||
|                            version "-source.tar.bz2")) | ||||
|        (sha256 | ||||
|         (base32 "1id8r2y8hiz34lmvszikdqgrmr778jshim0fibb915assvn0fn4n")))) | ||||
|         (base32 "1vydq6mmssla2vn0plpsrm50n3b42a464zxw72j6qihas9fhq8cb")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (outputs '("out" "doc")) | ||||
|     (native-inputs | ||||
|  |  | |||
		Reference in a new issue