gnu: sbcl: Update to 2.1.2.
* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
This commit is contained in:
		
							parent
							
								
									ff1c7e4025
								
							
						
					
					
						commit
						8e92c58bc3
					
				
					 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
 | 
					(define-public sbcl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "sbcl")
 | 
					    (name "sbcl")
 | 
				
			||||||
    (version "2.1.0")
 | 
					    (version "2.1.2")
 | 
				
			||||||
    (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 "0k12m2z60fnq64m8dgivprs2mvrsnmp7c5ipzx7jzkprcsymdvh5"))))
 | 
					        (base32 "02scrqyp2izsd8xjm2k5j5lhn4pdhd202jlcb54ysmcqjd80awdp"))))
 | 
				
			||||||
    (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