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